added wagtail tests to requirements

This commit is contained in:
Lorenz Padberg 2022-04-04 13:27:23 +02:00
parent be76574eeb
commit 1b3ce68885
3 changed files with 20 additions and 1 deletions

View File

@ -137,7 +137,9 @@ et-xmlfile==1.1.0
executing==0.8.2 executing==0.8.2
# via stack-data # via stack-data
factory-boy==3.2.1 factory-boy==3.2.1
# via -r requirements-dev.in # via
# -r requirements-dev.in
# wagtail-factories
faker==12.0.0 faker==12.0.0
# via factory-boy # via factory-boy
filelock==3.4.2 filelock==3.4.2
@ -394,6 +396,10 @@ uvloop==0.16.0
virtualenv==20.13.0 virtualenv==20.13.0
# via pre-commit # via pre-commit
wagtail==2.16.1 wagtail==2.16.1
# via
# -r requirements.in
# wagtail-factories
wagtail-factories==2.0.1
# via -r requirements.in # via -r requirements.in
watchdog==2.1.6 watchdog==2.1.6
# via werkzeug # via werkzeug

View File

@ -33,3 +33,5 @@ python-json-logger
concurrent-log-handler concurrent-log-handler
wagtail<3 wagtail<3
wagtail-factories

View File

@ -84,6 +84,10 @@ environs==9.5.0
# via -r requirements.in # via -r requirements.in
et-xmlfile==1.1.0 et-xmlfile==1.1.0
# via openpyxl # via openpyxl
factory-boy==3.2.1
# via wagtail-factories
faker==13.3.4
# via factory-boy
gunicorn==20.1.0 gunicorn==20.1.0
# via -r requirements.in # via -r requirements.in
h11==0.13.0 h11==0.13.0
@ -122,6 +126,8 @@ pyparsing==3.0.7
# via packaging # via packaging
pyrsistent==0.18.1 pyrsistent==0.18.1
# via jsonschema # via jsonschema
python-dateutil==2.8.2
# via faker
python-dotenv==0.19.2 python-dotenv==0.19.2
# via # via
# environs # environs
@ -153,6 +159,7 @@ six==1.16.0
# via # via
# html5lib # html5lib
# l18n # l18n
# python-dateutil
soupsieve==2.3.1 soupsieve==2.3.1
# via beautifulsoup4 # via beautifulsoup4
sqlparse==0.4.2 sqlparse==0.4.2
@ -176,6 +183,10 @@ uvicorn[standard]==0.17.1
uvloop==0.16.0 uvloop==0.16.0
# via uvicorn # via uvicorn
wagtail==2.16.1 wagtail==2.16.1
# via
# -r requirements.in
# wagtail-factories
wagtail-factories==2.0.1
# via -r requirements.in # via -r requirements.in
watchgod==0.7 watchgod==0.7
# via uvicorn # via uvicorn