mirror of
https://github.com/ae-utbm/sith.git
synced 2026-09-09 14:04:36 +00:00
update python deps
This commit is contained in:
+13
-13
@@ -20,22 +20,22 @@ license = { text = "GPL-3.0-only" }
|
||||
requires-python = "<4.0,>=3.14"
|
||||
dependencies = [
|
||||
"django>=5.2.17,<6.0.0",
|
||||
"django-ninja>=1.6.3,<2.0.0",
|
||||
"django-ninja>=1.7.0,<2.0.0",
|
||||
"django-ninja-extra>=0.31.7",
|
||||
"Pillow>=12.3.0,<13.0.0",
|
||||
"aemark>=0.1.1",
|
||||
"django-jinja<3.0.0,>=2.11.0",
|
||||
"cryptography>=50.0.0,<51.0.0",
|
||||
"cryptography>=50.0.1,<51.0.0",
|
||||
"django-phonenumber-field>=8.5.0,<9.0.0",
|
||||
"phonenumbers>=9.0.37,<10.0.0",
|
||||
"phonenumbers>=9.0.38,<10.0.0",
|
||||
"reportlab>=5.0.1,<6.0.0",
|
||||
"django-haystack>=3.4.0,<4.0.0",
|
||||
"xapian-haystack>=4.0.0,<5.0.0",
|
||||
"libsass>=0.23.0,<1.0.0",
|
||||
"django-ordered-model>=3.7.4,<4.0.0",
|
||||
"django-simple-captcha>=0.7.0,<1.0.0",
|
||||
"python-dateutil>=2.9.0.post0,<3.0.0.0",
|
||||
"sentry-sdk>=2.68.0,<3.0.0",
|
||||
"python-dateutil>=2.9.0.post0,<3.0.0",
|
||||
"sentry-sdk>=2.68.1,<3.0.0",
|
||||
"jinja2>=3.1.6,<4.0.0",
|
||||
"django-countries>=9.0.0,<10.0.0",
|
||||
"dict2xml>=1.7.8,<2.0.0",
|
||||
@@ -43,13 +43,13 @@ dependencies = [
|
||||
"tomli>=2.4.1,<3.0.0",
|
||||
"django-honeypot>=1.3.0,<2",
|
||||
"pydantic-extra-types>=2.11.1,<3.0.0",
|
||||
"ical>=12.0.0",
|
||||
"ical>=14.1.1",
|
||||
"redis[hiredis]>=6.4.0,<9.0.0",
|
||||
"environs[django]>=15.1.0,<16",
|
||||
"requests>=2.34.2,<3.0.0",
|
||||
"honcho>=2.0.0",
|
||||
"psutil>=7.2.2,<8.0.0",
|
||||
"celery[redis]>=5.6.3,<8",
|
||||
"celery[redis]>=5.6.2,<7",
|
||||
"django-celery-results>=2.6.0",
|
||||
"django-celery-beat>=2.9.0",
|
||||
]
|
||||
@@ -63,12 +63,12 @@ prod = [
|
||||
"psycopg[c]>=3.3.4,<4.0.0",
|
||||
]
|
||||
dev = [
|
||||
"django-debug-toolbar>=7.1.1,<8",
|
||||
"ipython>=9.16.1,<10.0.0",
|
||||
"pre-commit>=4.6.0,<5.0.0",
|
||||
"ruff>=0.16.0,<1.0.0",
|
||||
"django-debug-toolbar>=8.0.0,<9",
|
||||
"ipython>=9.17.1,<10.0.0",
|
||||
"pre-commit>=4.6.1,<5.0.0",
|
||||
"ruff>=0.16.6,<1.0.0",
|
||||
"djhtml>=3.0.11,<4.0.0",
|
||||
"faker>=40.37.0,<41.0.0",
|
||||
"faker>=40.38.0,<41.0.0",
|
||||
"rjsmin>=1.2.5,<2.0.0",
|
||||
]
|
||||
tests = [
|
||||
@@ -78,7 +78,7 @@ tests = [
|
||||
"pytest-django>=4.14.0,<5.0.0",
|
||||
"model-bakery>=1.24.0,<2.0.0",
|
||||
"beautifulsoup4>=4.15.0,<5",
|
||||
"lxml>=6.1.2,<7",
|
||||
"lxml>=6.1.3,<7",
|
||||
]
|
||||
docs = [
|
||||
"mkdocs>=1.6.1,<2.0.0",
|
||||
|
||||
Reference in New Issue
Block a user