Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade requirements and fix gevent #195

Merged
merged 2 commits into from
Oct 22, 2024
Merged
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 conf/uwsgi-apps/hackergame.ini
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ env=PSYCOPG_WAIT_FUNC=wait_selector
master=true
#processes=16
gevent=1024
gevent-monkey-patch=true
gevent-early-monkey-patch=true
vacuum=true
home=.venv
stats=/run/uwsgi/app/hackergame/stats.socket
Expand Down
2 changes: 1 addition & 1 deletion conf/uwsgi-apps/hgtest.ini
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ env=PSYCOPG_WAIT_FUNC=wait_selector
master=true
#processes=16
gevent=1024
gevent-monkey-patch=true
gevent-early-monkey-patch=true
vacuum=true
home=.venv
stats=/run/uwsgi/app/hgtest/stats.socket
Expand Down
30 changes: 16 additions & 14 deletions requirements-manual.txt
Original file line number Diff line number Diff line change
@@ -1,17 +1,19 @@
# Packages used directly
# requirements.txt should be generated by `pip freeze > requirements.txt`.
aliyun-python-sdk-core==2.13.36
Django==4.2.15
django-allauth==0.57.0
gevent==23.9.1
Markdown==3.4.4
psycopg==3.1.12
psycopg-binary==3.1.12
psycopg-pool==3.1.8
pycryptodome==3.19.1
pygments==2.16.1
aliyun-python-sdk-core==2.15.2
Django==4.2.16
asgiref==3.7.2
django-allauth==65.0.2
gevent==24.2.1
Markdown==3.7
psycopg==3.2.3
psycopg-binary==3.2.3
psycopg-pool==3.2.3
pycryptodome==3.21.0
pygments==2.18.0
pymemcache==4.0.0
pyOpenSSL==24.0.0
PyYAML==6.0.1
requests==2.32.0
uWSGI==2.0.22
pyOpenSSL==24.2.1
PyYAML==6.0.2
requests==2.32.3
uWSGI==2.0.27
pyJWT==2.9.0