26 lines
595 B
TOML
26 lines
595 B
TOML
[project]
|
|
name = "onlinejudge"
|
|
version = "0.1.0"
|
|
description = "Add your description here"
|
|
readme = "README.md"
|
|
requires-python = ">=3.12"
|
|
dependencies = [
|
|
"django>=5.2.3",
|
|
"django-dbconn-retry>=0.1.8",
|
|
"django-dramatiq>=0.13.0",
|
|
"django-redis>=5.4.0",
|
|
"djangorestframework>=3.16.0",
|
|
"envelopes>=0.4",
|
|
"gunicorn>=23.0.0",
|
|
"otpauth>=2.2.1",
|
|
"pillow>=11.2.1",
|
|
"psycopg>=3.2.9",
|
|
"psycopg-binary>=3.2.9",
|
|
"python-dateutil>=2.9.0.post0",
|
|
"qrcode>=8.2",
|
|
"raven>=6.10.0",
|
|
"requests>=2.32.4",
|
|
"uvicorn>=0.35.0",
|
|
"xlsxwriter>=3.2.5",
|
|
]
|