Skip to content

Commit

Permalink
Add gunicorn to requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
ar-jan committed Nov 10, 2023
1 parent c6401b6 commit e2c5d42
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
1 change: 1 addition & 0 deletions requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ pyzotero
Django
django-environ
iso639-lang>=2.1.0
gunicorn
10 changes: 8 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#
# This file is autogenerated by pip-compile with Python 3.11
# This file is autogenerated by pip-compile with Python 3.10
# by the following command:
#
# pip-compile requirements.in
# pip-compile
#
asgiref==3.7.2
# via django
Expand All @@ -18,10 +18,14 @@ django-environ==0.11.2
# via -r requirements.in
feedparser==6.0.10
# via pyzotero
gunicorn==21.2.0
# via -r requirements.in
idna==3.4
# via requests
iso639-lang==2.1.0
# via -r requirements.in
packaging==23.2
# via gunicorn
pyparsing==3.1.1
# via bibtexparser
python-dotenv==1.0.0
Expand All @@ -38,5 +42,7 @@ sgmllib3k==1.0.0
# via feedparser
sqlparse==0.4.4
# via django
typing-extensions==4.8.0
# via asgiref
urllib3==2.0.7
# via requests

0 comments on commit e2c5d42

Please sign in to comment.