forked from CGM_Public/pretix_original
@@ -30,7 +30,7 @@ dependencies = [
|
|||||||
"babel",
|
"babel",
|
||||||
"BeautifulSoup4==4.12.*",
|
"BeautifulSoup4==4.12.*",
|
||||||
"bleach==5.0.*",
|
"bleach==5.0.*",
|
||||||
"celery==5.2.*",
|
"celery==5.3.*",
|
||||||
"chardet==5.1.*",
|
"chardet==5.1.*",
|
||||||
"cryptography>=3.4.2",
|
"cryptography>=3.4.2",
|
||||||
"css-inline==0.8.*",
|
"css-inline==0.8.*",
|
||||||
@@ -62,7 +62,7 @@ dependencies = [
|
|||||||
"importlib_metadata==6.6.*", # Polyfill, we can probably drop this once we require Python 3.10+
|
"importlib_metadata==6.6.*", # Polyfill, we can probably drop this once we require Python 3.10+
|
||||||
"isoweek",
|
"isoweek",
|
||||||
"jsonschema",
|
"jsonschema",
|
||||||
"kombu==5.2.*",
|
"kombu==5.3.*",
|
||||||
"libsass==0.22.*",
|
"libsass==0.22.*",
|
||||||
"lxml",
|
"lxml",
|
||||||
"markdown==3.4.3", # 3.3.5 requires importlib-metadata>=4.4, but django-bootstrap3 requires importlib-metadata<3.
|
"markdown==3.4.3", # 3.3.5 requires importlib-metadata>=4.4, but django-bootstrap3 requires importlib-metadata<3.
|
||||||
|
|||||||
Reference in New Issue
Block a user