67 lines
1.2 KiB
TOML
67 lines
1.2 KiB
TOML
[[source]]
|
|
name = "pypi"
|
|
url = "https://pypi.org/simple"
|
|
verify_ssl = true
|
|
|
|
[packages]
|
|
boto3 = "*"
|
|
celery = "*"
|
|
defusedxml = "*"
|
|
django = "*"
|
|
django-cors-middleware = "*"
|
|
django-dbbackup = "*"
|
|
django-filter = "*"
|
|
django-guardian = "*"
|
|
django-model-utils = "*"
|
|
django-otp = "*"
|
|
django-prometheus = "*"
|
|
django-recaptcha = "*"
|
|
django-redis = "*"
|
|
djangorestframework = "*"
|
|
django-storages = "*"
|
|
djangorestframework-guardian = "*"
|
|
drf_yasg2 = "*"
|
|
facebook-sdk = "*"
|
|
ldap3 = "*"
|
|
lxml = "*"
|
|
packaging = "*"
|
|
psycopg2-binary = "*"
|
|
pycryptodome = "*"
|
|
pyjwkest = "*"
|
|
uvicorn = {extras = ["standard"],version = "*"}
|
|
gunicorn = "*"
|
|
pyyaml = "*"
|
|
qrcode = "*"
|
|
requests-oauthlib = "*"
|
|
sentry-sdk = "*"
|
|
service_identity = "*"
|
|
structlog = "*"
|
|
swagger-spec-validator = "*"
|
|
urllib3 = {extras = ["secure"],version = "*"}
|
|
dacite = "*"
|
|
channels = "*"
|
|
channels-redis = "*"
|
|
kubernetes = "*"
|
|
docker = "*"
|
|
xmlsec = "*"
|
|
geoip2 = "*"
|
|
webauthn = "*"
|
|
|
|
[requires]
|
|
python_version = "3.9"
|
|
|
|
[dev-packages]
|
|
autopep8 = "*"
|
|
bandit = "*"
|
|
black = "==20.8b1"
|
|
bumpversion = "*"
|
|
colorama = "*"
|
|
coverage = "*"
|
|
django-debug-toolbar = "*"
|
|
pylint = "*"
|
|
pylint-django = "*"
|
|
selenium = "*"
|
|
prospector = "*"
|
|
pytest = "*"
|
|
pytest-django = "*"
|