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
# via stack-data
factory-boy==3.2.1
# via -r requirements-dev.in
# via
# -r requirements-dev.in
# wagtail-factories
faker==12.0.0
# via factory-boy
filelock==3.4.2
@ -394,6 +396,10 @@ uvloop==0.16.0
virtualenv==20.13.0
# via pre-commit
wagtail==2.16.1
# via
# -r requirements.in
# wagtail-factories
wagtail-factories==2.0.1
# via -r requirements.in
watchdog==2.1.6
# via werkzeug

View File

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

View File

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