|
| 1 | +[project] |
| 2 | +name = "" |
| 3 | +version = "0.0.1" |
| 4 | +requires-python = "==3.11.4" |
| 5 | +dependencies = [ |
| 6 | + "dj-database-url==2.2.0", |
| 7 | + "djangorestframework==3.15.2", |
| 8 | + "psycopg2-binary==2.9.6", |
| 9 | + "uvloop==0.17.0", |
| 10 | + "sentry-sdk", |
| 11 | + "django==5.0.3", |
| 12 | + "django-cors-headers==4.4.0", |
| 13 | + "pyyaml==6.0.2", |
| 14 | + "uritemplate==4.1.1", |
| 15 | + "uwsgi==2.0.27", |
| 16 | + "django-labs-accounts==0.7.1", |
| 17 | + "django-phonenumber-field[phonenumbers]==8.0.0", |
| 18 | + "drf-nested-routers==0.94.1", |
| 19 | + "django-email-tools==0.1.1", |
| 20 | + "twilio==9.3.3", |
| 21 | + "djangorestframework-camel-case==1.4.2", |
| 22 | + "django-filter==24.3", |
| 23 | + "celery==5.4.0", |
| 24 | + "redis==5.1.1", |
| 25 | + "django-auto-prefetching==0.2.12", |
| 26 | + "django-rest-live==0.7.0", |
| 27 | + "channels==3.0.5", |
| 28 | + "channels-redis==4.2.0", |
| 29 | + "uvicorn[standard]==0.31.0", |
| 30 | + "gunicorn==23.0.0", |
| 31 | + "django-schedules-ohq==0.10.1.4", |
| 32 | + "typing-extensions==4.12.2", |
| 33 | + "drf-excel==2.4.1", |
| 34 | + "pytz==2024.2", |
| 35 | + "inflection==0.5.1", |
| 36 | +] |
| 37 | + |
1 | 38 | [tool.black]
|
2 | 39 | line-length = 100
|
| 40 | + |
| 41 | +[dependency-groups] |
| 42 | +dev = [ |
| 43 | + "black==22.3.0", |
| 44 | + "unittest-xml-reporting==3.2.0", |
| 45 | + "flake8==7.1.1", |
| 46 | + "flake8-absolute-import==1.0.0.2", |
| 47 | + "flake8-isort==6.1.1", |
| 48 | + "flake8-quotes==3.4.0", |
| 49 | + "django-debug-toolbar==4.4.6", |
| 50 | + "django-extensions==3.2.3", |
| 51 | + "parameterized==0.9.0", |
| 52 | + "tblib==3.0.0", |
| 53 | +] |
| 54 | + |
| 55 | +[tool.uv] |
| 56 | +package = false |
| 57 | + |
| 58 | +[[tool.uv.index]] |
| 59 | +name = "pypi" |
| 60 | +url = "https://pypi.org/simple" |
0 commit comments