This repository has been archived on 2024-05-31. You can view files and clone it, but cannot push or open issues or pull requests.
authentik/Pipfile

66 lines
1.3 KiB
TOML
Raw Normal View History

2019-09-10 15:00:13 +00:00
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[packages]
boto3 = "*"
2019-09-10 15:00:13 +00:00
celery = "*"
channels = "*"
channels-redis = "*"
dacite = "*"
2019-09-10 15:00:13 +00:00
defusedxml = "*"
django = "*"
django-dbbackup = { git = 'https://github.com/django-dbbackup/django-dbbackup.git', ref = '9d1909c30a3271c8c9c8450add30d6e0b996e145' }
2019-10-28 16:40:57 +00:00
django-filter = "*"
django-guardian = "*"
2019-09-10 15:00:13 +00:00
django-model-utils = "*"
django-otp = "*"
django-prometheus = "*"
2019-09-10 15:00:13 +00:00
django-redis = "*"
django-storages = "*"
djangorestframework = "*"
2019-10-28 13:07:53 +00:00
djangorestframework-guardian = "*"
docker = "*"
drf-spectacular = "*"
2020-08-19 08:32:44 +00:00
facebook-sdk = "*"
geoip2 = "*"
gunicorn = "*"
kubernetes = "*"
2019-09-10 15:00:13 +00:00
ldap3 = "*"
lxml = ">=4.6.3"
2019-09-10 15:00:13 +00:00
packaging = "*"
psycopg2-binary = "*"
2019-09-10 15:00:13 +00:00
pycryptodome = "*"
pyjwt = "*"
2019-09-10 15:00:13 +00:00
pyyaml = "*"
requests-oauthlib = "*"
sentry-sdk = "*"
service_identity = "*"
2019-09-30 16:04:04 +00:00
structlog = "*"
2019-10-28 16:40:57 +00:00
swagger-spec-validator = "*"
twisted = "==20.3.0"
urllib3 = {extras = ["secure"],version = "*"}
uvicorn = {extras = ["standard"],version = "*"}
webauthn = "*"
xmlsec = "*"
duo-client = "*"
ua-parser = "*"
deepmerge = "*"
2019-09-10 15:00:13 +00:00
[requires]
2020-11-15 14:49:02 +00:00
python_version = "3.9"
2019-09-10 15:00:13 +00:00
[dev-packages]
bandit = "*"
black = "==21.5b1"
bump2version = "*"
colorama = "*"
2019-09-10 15:00:13 +00:00
coverage = "*"
pylint = "*"
2019-10-10 15:22:56 +00:00
pylint-django = "*"
2020-09-11 21:21:11 +00:00
pytest = "*"
pytest-django = "*"
selenium = "*"
requests-mock = "*"