Skip to content

Commit 6dc003a

Browse files
authored
Merge pull request #4 from affonsobrian/develop
Update requirements
2 parents a0ef910 + da4e5e0 commit 6dc003a

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

requirements.txt

+16
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,33 @@
1+
appnope==0.1.0
12
asgiref==3.2.7
3+
backcall==0.1.0
24
certifi==2020.4.5.1
35
chardet==3.0.4
6+
decorator==4.4.2
47
dj-database-url==0.5.0
58
Django==3.0.5
9+
django-filter==2.2.0
610
django-heroku==0.3.1
711
djangorestframework==3.11.0
812
djangorestframework-simplejwt==4.4.0
913
gunicorn==20.0.4
1014
idna==2.9
15+
ipython==7.13.0
16+
ipython-genutils==0.2.0
17+
jedi==0.17.0
18+
parso==0.7.0
19+
pexpect==4.8.0
20+
pickleshare==0.7.5
21+
prompt-toolkit==3.0.5
1122
psycopg2==2.8.5
23+
ptyprocess==0.6.0
24+
Pygments==2.6.1
1225
PyJWT==1.7.1
1326
pytz==2019.3
1427
requests==2.23.0
28+
six==1.14.0
1529
sqlparse==0.3.1
30+
traitlets==4.3.3
1631
urllib3==1.25.8
32+
wcwidth==0.1.9
1733
whitenoise==5.0.1

0 commit comments

Comments
 (0)