Skip to content

Commit 7f51b08

Browse files
committed
Add production dependencies
1 parent 7975f09 commit 7f51b08

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

requirements.txt

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
asgiref==3.3.4
1+
asgiref==3.3.4
22
backcall==0.2.0
33
beautifulsoup4==4.9.3
44
certifi==2021.5.30
@@ -22,6 +22,7 @@ django-url-or-relative-url-field==0.1.2
2222
djangorestframework==3.12.4
2323
flake8==4.0.1
2424
future==0.18.2
25+
gunicorn==20.1.0
2526
idna==2.10
2627
importlib-metadata==4.6.4
2728
ipython==7.26.0
@@ -35,6 +36,7 @@ pexpect==4.8.0
3536
pickleshare==0.7.5
3637
Pillow==8.2.0
3738
prompt-toolkit==3.0.19
39+
psycopg2-binary==2.9.3
3840
ptyprocess==0.7.0
3941
pycodestyle==2.8.0
4042
pycparser==2.20
@@ -54,4 +56,4 @@ traitlets==5.0.5
5456
typing-extensions==3.10.0.0
5557
urllib3==1.26.6
5658
wcwidth==0.2.5
57-
zipp==3.5.0
59+
zipp==3.5.0

0 commit comments

Comments
 (0)