eviltnan/freeturn

View on GitHub
Pipfile

Summary

Maintainability
Test Coverage
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"

[packages]
wagtail = "<3"
django = ">=3.1.12"
gunicorn = "*"
django-toolbelt = "*"
whitenoise = "*"
django-storages = "*"
"boto3" = "*"
invoke = "==1.4.1"
django-crispy-forms = "*"
"django-recaptcha2" = "*"
sentry-sdk = "*"
django-extensions = "*"
wagtailfontawesome = "*"
django-fsm = "*"
django-fsm-log = "*"
pygments = "*"
holidays = "*"
social-auth-app-django = "*"
lxml = "*"
psycopg2-binary = "*"
fuzzywuzzy = {extras = ["speedup"],version = "*"}
django-wkhtmltopdf = "*"
wagtail-autocomplete = "*"
django-redis = "*"
django-analytical = "*"
google-api-python-client = "*"
google-auth-httplib2 = "*"
google-auth-oauthlib = "*"
tld = "*"
pyyaml = ">=4.2b1"
urllib3 = ">=1.24.2"
asgiref = "*"
l18n = "*"
django-environ = "*"
wagtail-factories = "*"
factory-boy = "<3"
wagtail-storages = "*"
wagtail-instance-selector = "*"
langdetect = "*"
graphviz = "*"

[dev-packages]
django-debug-toolbar = "*"
django-extensions = "*"
pytest = "*"
atomicwrites = "*"
pytest-django = "*"
pytest-cov = "*"
pytest-xdist = "*"
webtest = "*"
django-webtest = "*"
pytest-factoryboy = "*"
ipython = "*"
pytest-mock = "*"
flake8 = "*"
flake8-mutable = "*"
flake8-tidy-imports = "*"
pre-commit = "==1.14.4"
awscli = "*"
django-debug-toolbar-template-timings = "*"
selenium = "*"
pytest-selenium = "*"
pytest-faker = "*"
moto = "*"
pytest-socket = "*"
pytest-env = "*"
flaky = "*"
mkdocs = "*"

[requires]
python_version = "3.9.4"