Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion requirements.in
Original file line numberDiff line numberDiff line change
Expand Up@@ -10,7 +10,7 @@ passlib==1.7.4
bcrypt==4.0.1
requests==2.28.1
PyMySQL[rsa]==1.0.2
gunicorn==20.1.0
gunicorn==23.0.0
dataset==1.6.2
cmarkgfm==2022.10.27
redis==4.5.5
Expand Down
8 changes: 6 additions & 2 deletions requirements.txt
Original file line numberDiff line numberDiff line change
Expand Up@@ -77,7 +77,7 @@ greenlet==3.0.3
# via
# gevent
# sqlalchemy
gunicorn==20.1.0
gunicorn==23.0.0
# via -r requirements.in
idna==2.10
# via requests
Expand DownExpand Up@@ -111,6 +111,8 @@ maxminddb==1.5.4
# via
# -r requirements.in
# python-geoacumen-city
packaging==24.2
# via gunicorn
passlib==1.7.4
# via -r requirements.in
pillow==10.1.0
Expand All@@ -122,7 +124,9 @@ pycparser==2.20
pydantic==1.6.2
# via -r requirements.in
pymysql[rsa]==1.0.2
# via -r requirements.in
# via
# -r requirements.in
# pymysql
pyrsistent==0.17.3
# via jsonschema
python-dateutil==2.8.1
Expand Down