Skip to content
Snippets Groups Projects
Commit 153452f1 authored by jan.bednarik's avatar jan.bednarik
Browse files

Fix and upgrade requirements

parent 05c51f37
No related branches found
No related tags found
2 merge requests!787Release,!746Fix and upgrade requirements
Pipeline #12307 passed
......@@ -3,4 +3,4 @@
line_length = 88
multi_line_output = 3
include_trailing_comma = true
known_third_party = PyPDF2,arrow,bleach,bs4,captcha,celery,dateutil,django,environ,faker,fastjsonschema,icalevnt,markdown,modelcluster,pirates,pytest,pytz,requests,requests_cache,sentry_sdk,taggit,tweepy,wagtail,wagtailmetadata,weasyprint,yaml
known_third_party = PyPDF2,arrow,bleach,bs4,captcha,celery,dateutil,django,environ,faker,fastjsonschema,icalevnt,markdown,modelcluster,pirates,pytest,pytz,requests,requests_cache,sentry_sdk,taggit,wagtail,wagtailmetadata,weasyprint,yaml
wagtail
wagtail-metadata
wagtail-trash
django-environ
django-environ<0.10.0
django-extensions
django-redis
django-settings-export
......
#
# This file is autogenerated by pip-compile with Python 3.10
# by the following command:
# This file is autogenerated by pip-compile with python 3.10
# To update, run:
#
# pip-compile base.in
#
......@@ -8,6 +8,8 @@ amqp==5.1.1
# via kombu
anyascii==0.3.2
# via wagtail
appnope==0.1.3
# via ipython
arrow==1.2.3
# via
# -r base.in
......@@ -72,7 +74,7 @@ datetime==4.3
# via icalevnt
decorator==5.1.1
# via ipython
django==4.1.7
django==4.1.8
# via
# django-extensions
# django-filter
......@@ -87,7 +89,7 @@ django==4.1.7
# djangorestframework
# mozilla-django-oidc
# wagtail
django-environ==0.10.0
django-environ==0.9.0
# via -r base.in
django-extensions==3.2.1
# via -r base.in
......@@ -139,7 +141,7 @@ ics==0.7.2
# via -r base.in
idna==3.4
# via requests
ipython==8.11.0
ipython==8.12.0
# via -r base.in
jedi==0.18.2
# via ipython
......@@ -171,7 +173,7 @@ pexpect==4.8.0
# via ipython
pickleshare==0.7.5
# via ipython
pillow==9.4.0
pillow==9.5.0
# via
# django-simple-captcha
# wagtail
......@@ -180,11 +182,11 @@ pirates==0.6.0
# via -r base.in
platformdirs==3.2.0
# via requests-cache
prompt-toolkit==3.0.36
prompt-toolkit==3.0.38
# via
# click-repl
# ipython
psycopg2-binary==2.9.5
psycopg2-binary==2.9.6
# via -r base.in
ptyprocess==0.7.0
# via pexpect
......@@ -192,9 +194,9 @@ pure-eval==0.2.2
# via stack-data
pycparser==2.21
# via cffi
pydyf==0.5.0
pydyf==0.6.0
# via weasyprint
pygments==2.14.0
pygments==2.15.0
# via ipython
pyopenssl==23.1.1
# via josepy
......@@ -221,7 +223,7 @@ pytz==2021.3
# l18n
pyyaml==6.0
# via -r base.in
redis==4.5.3
redis==4.5.4
# via django-redis
requests==2.28.2
# via
......@@ -235,7 +237,7 @@ requests-cache==1.0.1
# via -r base.in
requests-oauthlib==1.3.1
# via tweepy
sentry-sdk==1.18.0
sentry-sdk==1.19.1
# via -r base.in
six==1.16.0
# via
......@@ -247,7 +249,7 @@ six==1.16.0
# l18n
# python-dateutil
# url-normalize
soupsieve==2.3.2.post1
soupsieve==2.4
# via beautifulsoup4
sqlparse==0.4.3
# via django
......@@ -279,12 +281,12 @@ vine==5.0.0
# amqp
# celery
# kombu
wagtail==4.2.1
wagtail==4.2.2
# via
# -r base.in
# wagtail-metadata
# wagtail-trash
wagtail-metadata==4.0.2
wagtail-metadata==4.0.3
# via -r base.in
wagtail-trash==1.0.0
# via -r base.in
......
django
django<4.2 # wagtail compatibility
django-debug-toolbar
pytest
pytest-sugar
......
#
# This file is autogenerated by pip-compile with Python 3.10
# by the following command:
# This file is autogenerated by pip-compile with python 3.10
# To update, run:
#
# pip-compile dev.in
#
asgiref==3.6.0
# via django
attrs==22.2.0
# via pytest
coverage[toml]==7.2.2
coverage[toml]==7.2.3
# via pytest-cov
django==4.1.7
django==4.1.8
# via
# -r dev.in
# django-debug-toolbar
django-debug-toolbar==3.8.1
django-debug-toolbar==4.0.0
# via -r dev.in
exceptiongroup==1.1.1
# via pytest
factory-boy==3.2.1
# via pytest-factoryboy
faker==18.3.1
faker==18.4.0
# via factory-boy
fastdiff==0.3.0
# via snapshottest
......@@ -36,7 +34,7 @@ packaging==23.0
# pytest-sugar
pluggy==1.0.0
# via pytest
pytest==7.2.2
pytest==7.3.0
# via
# -r dev.in
# pytest-cov
......@@ -55,7 +53,7 @@ pytest-freezegun==0.4.2
# via -r dev.in
pytest-mock==3.10.0
# via -r dev.in
pytest-sugar==0.9.6
pytest-sugar==0.9.7
# via -r dev.in
python-dateutil==2.8.2
# via
......
#
# This file is autogenerated by pip-compile with Python 3.10
# by the following command:
# This file is autogenerated by pip-compile with python 3.10
# To update, run:
#
# pip-compile production.in
#
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment