|
| 1 | +[project] |
| 2 | +name = "djangoproject-com" |
| 3 | +version = "0.0.1" |
| 4 | +description = "Source code to djangoproject.com" |
| 5 | +requires-python = ">=3.12" |
| 6 | +classifiers = [ |
| 7 | + "Framework :: Django", |
| 8 | + "Framework :: Django :: 5.2", |
| 9 | + "License :: OSI Approved :: BSD License", |
| 10 | + "Operating System :: OS Independent", |
| 11 | + "Programming Language :: Python :: 3 :: Only", |
| 12 | + "Programming Language :: Python :: 3.12", |
| 13 | +] |
| 14 | +dependencies = [ |
| 15 | + "babel==2.17.0", |
| 16 | + "django==5.2.7", |
| 17 | + "django-admin-dracula==0.0.3", |
| 18 | + "django-contact-form==5.2.0", |
| 19 | + "django-countries==7.6.1", |
| 20 | + "django-hosts==7.0.0", |
| 21 | + "django-money==3.5.4", |
| 22 | + "django-push @ git+https://github.com/brutasse/django-push.git@22fda99641cfbd2f3075a723d92652a8e38220a5", |
| 23 | + "django-read-only==1.21.0", |
| 24 | + "django-recaptcha==4.1.0", |
| 25 | + "django-registration-redux==2.13", |
| 26 | + "docutils==0.21.2", |
| 27 | + "feedparser==6.0.12", |
| 28 | + "jinja2==3.1.6", |
| 29 | + "libsass==0.23.0", |
| 30 | + "markdown==3.9", |
| 31 | + "pillow==11.3.0", |
| 32 | + "pygments==2.19.2", |
| 33 | + "pykismet3==0.1.1", |
| 34 | + "requests==2.32.5", |
| 35 | + "sorl-thumbnail==12.11.0", |
| 36 | + "sphinx==8.1.3", |
| 37 | + "stripe==13.1.1", |
| 38 | + "time-machine==2.19.0", |
| 39 | +] |
| 40 | + |
| 41 | +[dependency-groups] |
| 42 | +dev = [ |
| 43 | + "black==25.9.0", # Used by Django's find_formatters and run_formatters |
| 44 | + "django-debug-toolbar==6.1.0", |
| 45 | + "pre-commit==4.3.0", |
| 46 | + "psycopg[binary]==3.2.10", |
| 47 | + "watchdog==6.0.0", |
| 48 | +] |
| 49 | + |
| 50 | +prod = [ |
| 51 | + "gunicorn==23.0.0", |
| 52 | + "psycopg[c]==3.2.10", |
| 53 | + "redis==6.4.0", |
| 54 | + "sentry-sdk==2.43.0", |
| 55 | +] |
| 56 | + |
| 57 | +# TODO: Consider merging with dev group |
| 58 | +tests = [ |
| 59 | + "coverage==7.11.0", |
| 60 | + "requests-mock==1.12.1", |
| 61 | + "tblib==3.2.1", |
| 62 | + { include-group = "dev" }, |
| 63 | +] |
| 64 | + |
| 65 | +[tool.uv] |
| 66 | +package = false |
0 commit comments