Revised py req

This commit is contained in:
datalets 2023-04-26 22:43:19 +02:00
parent 5c8dfed56e
commit 2de4c4931f
4 changed files with 2076 additions and 1778 deletions

3644
poetry.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -3,5 +3,8 @@
# Explicitly add misaka due to buildpack detection on Heroku (cffi deployment)
misaka>=2.1.1
# Use PyPi simple repo for automated deployments
-i https://pypi.org/simple
# Just installs the production requirements.
-r requirements/prod.txt

View File

@ -1,4 +1,3 @@
-i https://pypi.org/simple
atomicwrites
attrs
blinker

View File

@ -1,103 +1,103 @@
-i https://pypi.org/simple
alembic==1.10.4; python_version >= "3.7"
aniso8601==9.0.1
async-timeout==4.0.2; python_version <= "3.11.2" and python_version >= "3.7"
attrs==23.1.0; python_version >= "3.7"
bcrypt==4.0.1; python_version >= "3.6"
bleach==6.0.0; python_version >= "3.7"
boto3==1.26.119; python_version >= "3.7"
botocore==1.29.119; python_version >= "3.7"
cachelib==0.9.0; python_version >= "3.7"
certifi==2022.12.7; python_version >= "3.7" and python_version < "4"
cffi==1.15.1; platform_python_implementation == "CPython" and sys_platform == "win32" and (python_version >= "3.5" and python_full_version < "3.0.0" or python_version > "3.5")
chardet==5.1.0; python_version >= "3.7"
charset-normalizer==3.1.0; python_version >= "3.7" and python_version < "4" and python_full_version >= "3.7.0"
click==8.1.3; python_version >= "3.7"
colorama==0.4.6; python_version >= "3.7" and python_full_version < "3.0.0" and platform_system == "Windows" or platform_system == "Windows" and python_version >= "3.7" and python_full_version >= "3.7.0"
commonmark==0.9.1; python_full_version >= "3.6.3" and python_full_version < "4.0.0" and python_version >= "3.6"
cssmin==0.2.0
cssselect==1.2.0; python_version >= "3.7"
decorator==5.1.1; python_version >= "3.5"
dnspython==2.3.0; python_version >= "3.7" and python_version < "4.0"
email-validator==1.3.1; python_version >= "3.5"
flask-assets==2.0
flask-bcrypt==1.0.1
flask-caching==2.0.2; python_version >= "3.7"
flask-cors==3.0.10
flask-dance==6.2.0; python_version >= "3.6"
flask-hashing==1.1
flask-login==0.6.2; python_version >= "3.7"
flask-mailman==0.3.0; python_full_version >= "3.6.2" and python_full_version < "4.0.0"
flask-migrate==4.0.4; python_version >= "3.6"
flask-misaka==1.0.0
flask-sqlalchemy==3.0.3; python_version >= "3.7"
flask-talisman==1.0.0
flask-wtf==1.1.1; python_version >= "3.7"
flask==2.2.3; python_version >= "3.7"
frictionless==4.40.11
future==0.18.3; (python_version >= "2.6" and python_full_version < "3.0.0") or (python_full_version >= "3.3.0")
gevent==22.10.2; python_version >= "3.5" and python_full_version < "3.0.0" or python_version > "3.5"
graphene==3.2.2
graphql-core==3.2.3; python_version >= "3.6" and python_version < "4"
graphql-relay==3.2.0; python_version >= "3.6" and python_version < "4"
greenlet==2.0.2; python_version >= "3.5" and python_full_version < "3.0.0" and (platform_machine == "aarch64" or platform_machine == "ppc64le" or platform_machine == "x86_64" or platform_machine == "amd64" or platform_machine == "AMD64" or platform_machine == "win32" or platform_machine == "WIN32") and (python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.6.0") and (python_version >= "3.7" and python_full_version < "3.0.0" or python_full_version >= "3.6.0" and python_version >= "3.7") and platform_python_implementation == "CPython" or python_version > "3.5" and python_full_version < "3.0.0" and (platform_machine == "aarch64" or platform_machine == "ppc64le" or platform_machine == "x86_64" or platform_machine == "amd64" or platform_machine == "AMD64" or platform_machine == "win32" or platform_machine == "WIN32") and (python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.6.0") and (python_version >= "3.7" and python_full_version < "3.0.0" or python_full_version >= "3.6.0" and python_version >= "3.7") and platform_python_implementation == "CPython" or python_version > "3.5" and (platform_machine == "aarch64" or platform_machine == "ppc64le" or platform_machine == "x86_64" or platform_machine == "amd64" or platform_machine == "AMD64" or platform_machine == "win32" or platform_machine == "WIN32") and (python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.6.0") and (python_version >= "3.7" and python_full_version < "3.0.0" or python_full_version >= "3.6.0" and python_version >= "3.7") and python_full_version >= "3.5.0" and platform_python_implementation == "CPython"
gunicorn==20.1.0; python_version >= "3.5"
hiredis==2.2.2; python_version >= "3.7"
idna==3.4; python_version >= "3.7" and python_version < "4"
importlib-metadata==4.2.0; python_version < "3.8" and python_version >= "3.7" and (python_version >= "3.7" and python_full_version < "3.0.0" and python_version < "3.8" or python_full_version >= "3.6.0" and python_version < "3.8" and python_version >= "3.7") and python_full_version >= "3.6.2" and python_full_version < "4.0.0"
importlib-resources==5.12.0; python_version < "3.9" and python_version >= "3.7"
isodate==0.6.1
itsdangerous==2.1.2; python_version >= "3.7"
jinja2==3.1.2; python_version >= "3.7"
jmespath==1.0.1; python_version >= "3.7"
jsmin==3.0.1
jsonschema==4.17.3; python_version >= "3.7"
lxml==4.9.2; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0"
mako==1.2.4; python_version >= "3.7"
marko==1.3.0; python_version >= "3.7"
markupsafe==2.1.2; python_version >= "3.7"
micawber==0.5.4
misaka==2.1.1
mkdocs-material-extensions==1.1.1; python_full_version >= "3.6.2" and python_full_version < "4.0.0" and python_version >= "3.7"
oauthlib==3.2.2; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.4.0" and python_version >= "3.6"
petl==1.7.12; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.4.0"
pkgutil-resolve-name==1.3.10; python_version < "3.9" and python_version >= "3.7"
psycopg2-binary==2.9.6; python_version >= "3.6"
pycparser==2.21; python_version >= "2.7" and python_full_version < "3.0.0" and platform_python_implementation == "CPython" and sys_platform == "win32" and (python_version >= "3.5" and python_full_version < "3.0.0" or python_version > "3.5") or platform_python_implementation == "CPython" and sys_platform == "win32" and (python_version >= "3.5" and python_full_version < "3.0.0" or python_version > "3.5") and python_full_version >= "3.4.0"
pygments==2.15.1; python_full_version >= "3.6.3" and python_full_version < "4.0.0" and python_version >= "3.7"
pyquery==2.0.0
pyrsistent==0.19.3; python_version >= "3.7"
pystache==0.6.0; python_version >= "3.6"
python-dateutil==2.8.2; python_version >= "3.7" and python_full_version < "3.0.0" or python_full_version >= "3.3.0" and python_version >= "3.7"
python-dotenv==0.21.1; python_version >= "3.7"
python-slugify==8.0.1; python_version >= "3.7"
pytz==2023.3
pyyaml==5.4.1; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.6.0")
redis==4.5.4; python_version >= "3.7"
requests-oauthlib==1.3.1; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.4.0" and python_version >= "3.6"
requests==2.28.2; python_version >= "3.7" and python_version < "4"
rfc3986==2.0.0; python_version >= "3.7"
rich==12.6.0; python_full_version >= "3.6.3" and python_full_version < "4.0.0" and python_version >= "3.6"
s3transfer==0.6.0; python_version >= "3.7"
shellingham==1.5.1; python_version >= "3.7"
simpleeval==0.9.13
six==1.16.0; python_version >= "3.7" and python_full_version < "3.0.0" or python_full_version >= "3.3.0" and python_version >= "3.7"
sqlalchemy-continuum==1.3.14
sqlalchemy-utils==0.41.0; python_version >= "3.6"
sqlalchemy==1.4.47; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.6.0")
stringcase==1.2.0
tabulate==0.9.0; python_version >= "3.7"
text-unidecode==1.3; python_version >= "3.7"
typer==0.7.0; python_version >= "3.6"
typing-extensions==4.5.0; python_version < "3.8" and python_version >= "3.7" and (python_version >= "3.7" and python_full_version < "3.0.0" and python_version < "3.8" or python_full_version >= "3.6.0" and python_version < "3.8" and python_version >= "3.7") and python_full_version >= "3.6.3" and python_full_version < "4.0.0"
urllib3==1.26.15; python_version >= "3.7" and python_full_version < "3.0.0" and python_version < "4" or python_version >= "3.7" and python_version < "4" and python_full_version >= "3.6.0"
urlobject==2.4.3; python_version >= "3.6"
validators==0.20.0; python_version >= "3.4"
webassets==2.0
webencodings==0.5.1; python_version >= "3.7"
werkzeug==2.2.3; python_version >= "3.7"
whitenoise==5.3.0; python_version >= "3.5" and python_version < "4"
wtforms==3.0.1; python_version >= "3.7"
zipp==3.15.0; python_version < "3.8" and python_version >= "3.7" and (python_version >= "3.7" and python_full_version < "3.0.0" and python_version < "3.8" or python_full_version >= "3.6.0" and python_version < "3.8" and python_version >= "3.7")
zope.event==4.6; python_version >= "3.5" and python_full_version < "3.0.0" or python_version > "3.5"
zope.interface==6.0; python_version >= "3.7" and python_full_version < "3.0.0" or python_version >= "3.7"
alembic==1.10.4 ; python_version >= "3.7" and python_version < "4"
aniso8601==9.0.1 ; python_version >= "3.7" and python_version < "4"
async-timeout==4.0.2 ; python_version >= "3.7" and python_version <= "3.11.2"
attrs==23.1.0 ; python_version >= "3.7" and python_version < "4"
bcrypt==4.0.1 ; python_version >= "3.7" and python_version < "4"
bleach==6.0.0 ; python_version >= "3.7" and python_version < "4"
boto3==1.26.121 ; python_version >= "3.7" and python_version < "4"
botocore==1.29.121 ; python_version >= "3.7" and python_version < "4"
cachelib==0.9.0 ; python_version >= "3.7" and python_version < "4"
certifi==2022.12.7 ; python_version >= "3.7" and python_version < "4"
cffi==1.15.1 ; python_version >= "3.7" and python_version < "4"
chardet==5.1.0 ; python_version >= "3.7" and python_version < "4"
charset-normalizer==3.1.0 ; python_version >= "3.7" and python_version < "4"
click==8.1.3 ; python_version >= "3.7" and python_version < "4"
colorama==0.4.6 ; python_version >= "3.7" and python_version < "4"
commonmark==0.9.1 ; python_version >= "3.7" and python_version < "4"
cssmin==0.2.0 ; python_version >= "3.7" and python_version < "4"
cssselect==1.2.0 ; python_version >= "3.7" and python_version < "4"
decorator==5.1.1 ; python_version >= "3.7" and python_version < "4"
dnspython==2.3.0 ; python_version >= "3.7" and python_version < "4.0"
email-validator==1.3.1 ; python_version >= "3.7" and python_version < "4"
flask-assets==2.0 ; python_version >= "3.7" and python_version < "4"
flask-bcrypt==1.0.1 ; python_version >= "3.7" and python_version < "4"
flask-caching==2.0.2 ; python_version >= "3.7" and python_version < "4"
flask-cors==3.0.10 ; python_version >= "3.7" and python_version < "4"
flask-dance==6.2.0 ; python_version >= "3.7" and python_version < "4"
flask-hashing==1.1 ; python_version >= "3.7" and python_version < "4"
flask-login==0.6.2 ; python_version >= "3.7" and python_version < "4"
flask-mailman==0.3.0 ; python_version >= "3.7" and python_version < "4"
flask-migrate==4.0.4 ; python_version >= "3.7" and python_version < "4"
flask-misaka==1.0.0 ; python_version >= "3.7" and python_version < "4"
flask-sqlalchemy==3.0.3 ; python_version >= "3.7" and python_version < "4"
flask-talisman==1.0.0 ; python_version >= "3.7" and python_version < "4"
flask-wtf==1.1.1 ; python_version >= "3.7" and python_version < "4"
flask==2.2.4 ; python_version >= "3.7" and python_version < "4"
frictionless==4.40.11 ; python_version >= "3.7" and python_version < "4"
future==0.18.3 ; python_version >= "3.7" and python_version < "4"
gevent==22.10.2 ; python_version >= "3.7" and python_version < "4"
graphene==3.2.2 ; python_version >= "3.7" and python_version < "4"
graphql-core==3.2.3 ; python_version >= "3.7" and python_version < "4"
graphql-relay==3.2.0 ; python_version >= "3.7" and python_version < "4"
greenlet==2.0.2 ; python_version >= "3.7" and python_version < "4" and platform_machine == "aarch64" or python_version >= "3.7" and python_version < "4" and platform_machine == "ppc64le" or python_version >= "3.7" and python_version < "4" and platform_machine == "x86_64" or python_version >= "3.7" and python_version < "4" and platform_machine == "amd64" or python_version >= "3.7" and python_version < "4" and platform_machine == "AMD64" or python_version >= "3.7" and python_version < "4" and platform_machine == "win32" or python_version >= "3.7" and python_version < "4" and platform_machine == "WIN32" or python_version >= "3.7" and python_version < "4" and platform_python_implementation == "CPython"
gunicorn[gevent]==20.1.0 ; python_version >= "3.7" and python_version < "4"
hiredis==2.2.2 ; python_version >= "3.7" and python_version < "4"
idna==3.4 ; python_version >= "3.7" and python_version < "4"
importlib-metadata==4.2.0 ; python_version >= "3.7" and python_version < "3.10"
importlib-resources==5.12.0 ; python_version >= "3.7" and python_version < "3.9"
isodate==0.6.1 ; python_version >= "3.7" and python_version < "4"
itsdangerous==2.1.2 ; python_version >= "3.7" and python_version < "4"
jinja2==3.1.2 ; python_version >= "3.7" and python_version < "4"
jmespath==1.0.1 ; python_version >= "3.7" and python_version < "4"
jsmin==3.0.1 ; python_version >= "3.7" and python_version < "4"
jsonschema==4.17.3 ; python_version >= "3.7" and python_version < "4"
lxml==4.9.2 ; python_version >= "3.7" and python_version < "4"
mako==1.2.4 ; python_version >= "3.7" and python_version < "4"
marko==1.3.0 ; python_version >= "3.7" and python_version < "4"
markupsafe==2.1.2 ; python_version >= "3.7" and python_version < "4"
micawber==0.5.4 ; python_version >= "3.7" and python_version < "4"
misaka==2.1.1 ; python_version >= "3.7" and python_version < "4"
mkdocs-material-extensions==1.1.1 ; python_version >= "3.7" and python_version < "4"
oauthlib==3.2.2 ; python_version >= "3.7" and python_version < "4"
petl==1.7.12 ; python_version >= "3.7" and python_version < "4"
pkgutil-resolve-name==1.3.10 ; python_version >= "3.7" and python_version < "3.9"
psycopg2-binary==2.9.6 ; python_version >= "3.7" and python_version < "4"
pycparser==2.21 ; python_version >= "3.7" and python_version < "4"
pygments==2.15.1 ; python_version >= "3.7" and python_version < "4"
pyquery==2.0.0 ; python_version >= "3.7" and python_version < "4"
pyrsistent==0.19.3 ; python_version >= "3.7" and python_version < "4"
pystache==0.6.0 ; python_version >= "3.7" and python_version < "4"
python-dateutil==2.8.2 ; python_version >= "3.7" and python_version < "4"
python-dotenv==0.21.1 ; python_version >= "3.7" and python_version < "4"
python-slugify==8.0.1 ; python_version >= "3.7" and python_version < "4"
pytz==2023.3 ; python_version >= "3.7" and python_version < "4"
pyyaml==5.4.1 ; python_version >= "3.7" and python_version < "4"
redis==4.5.4 ; python_version >= "3.7" and python_version < "4"
requests-oauthlib==1.3.1 ; python_version >= "3.7" and python_version < "4"
requests==2.29.0 ; python_version >= "3.7" and python_version < "4"
rfc3986==2.0.0 ; python_version >= "3.7" and python_version < "4"
rich==12.6.0 ; python_version >= "3.7" and python_version < "4"
s3transfer==0.6.0 ; python_version >= "3.7" and python_version < "4"
setuptools==67.7.2 ; python_version >= "3.7" and python_version < "4"
shellingham==1.5.0.post1 ; python_version >= "3.7" and python_version < "4"
simpleeval==0.9.13 ; python_version >= "3.7" and python_version < "4"
six==1.16.0 ; python_version >= "3.7" and python_version < "4"
sqlalchemy-continuum==1.3.14 ; python_version >= "3.7" and python_version < "4"
sqlalchemy-utils==0.41.0 ; python_version >= "3.7" and python_version < "4"
sqlalchemy==1.4.47 ; python_version >= "3.7" and python_version < "4"
stringcase==1.2.0 ; python_version >= "3.7" and python_version < "4"
tabulate==0.9.0 ; python_version >= "3.7" and python_version < "4"
text-unidecode==1.3 ; python_version >= "3.7" and python_version < "4"
typer[all]==0.7.0 ; python_version >= "3.7" and python_version < "4"
typing-extensions==4.5.0 ; python_version >= "3.7" and python_version < "4"
urllib3==1.26.15 ; python_version >= "3.7" and python_version < "4"
urlobject==2.4.3 ; python_version >= "3.7" and python_version < "4"
validators==0.20.0 ; python_version >= "3.7" and python_version < "4"
webassets==2.0 ; python_version >= "3.7" and python_version < "4"
webencodings==0.5.1 ; python_version >= "3.7" and python_version < "4"
werkzeug==2.2.3 ; python_version >= "3.7" and python_version < "4"
whitenoise==5.3.0 ; python_version >= "3.7" and python_version < "4"
wtforms==3.0.1 ; python_version >= "3.7" and python_version < "4"
zipp==3.15.0 ; python_version >= "3.7" and python_version < "3.10"
zope-event==4.6 ; python_version >= "3.7" and python_version < "4"
zope-interface==6.0 ; python_version >= "3.7" and python_version < "4"