update
This commit is contained in:
31
pyproject.toml
Normal file
31
pyproject.toml
Normal file
@@ -0,0 +1,31 @@
|
||||
[project]
|
||||
name = "onlinejudge"
|
||||
version = "0.1.0"
|
||||
description = "Add your description here"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.12"
|
||||
dependencies = [
|
||||
"coverage==6.5.0",
|
||||
"django==5.2.3",
|
||||
"django-cas-ng==5.0.1",
|
||||
"django-dbconn-retry==0.1.8",
|
||||
"django-dramatiq==0.13.0",
|
||||
"django-redis==5.4.0",
|
||||
"djangorestframework==3.16.0",
|
||||
"dramatiq==1.17.0",
|
||||
"entrypoints==0.4",
|
||||
"envelopes==0.4",
|
||||
"flake8==7.0.0",
|
||||
"flake8-coding==1.3.2",
|
||||
"flake8-quotes==3.3.2",
|
||||
"gunicorn==22.0.0",
|
||||
"jsonfield==3.1.0",
|
||||
"otpauth==1.0.1",
|
||||
"pillow==10.2.0",
|
||||
"psycopg==3.2.9",
|
||||
"psycopg-binary==3.2.9",
|
||||
"python-dateutil==2.8.2",
|
||||
"qrcode==8.2",
|
||||
"raven==6.10.0",
|
||||
"xlsxwriter==3.2.0",
|
||||
]
|
||||
Reference in New Issue
Block a user