36 lines
838 B
TOML
36 lines
838 B
TOML
[project]
|
|
name = "onlinejudge"
|
|
version = "0.1.0"
|
|
description = "Add your description here"
|
|
readme = "README.md"
|
|
requires-python = ">=3.12"
|
|
dependencies = [
|
|
"channels>=4.2.0",
|
|
"channels-redis>=4.2.0",
|
|
"coverage==6.5.0",
|
|
"daphne>=4.1.2",
|
|
"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",
|
|
"openai>=1.108.1",
|
|
"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",
|
|
]
|