36 lines
541 B
Plaintext
36 lines
541 B
Plaintext
|
[[source]]
|
||
|
url = "https://pypi.org/simple"
|
||
|
verify_ssl = true
|
||
|
name = "pypi"
|
||
|
|
||
|
[packages]
|
||
|
flask = "*"
|
||
|
flask-login = "*"
|
||
|
psycopg2 = "*"
|
||
|
minio = "*"
|
||
|
diceware = "*"
|
||
|
cerberus = "*"
|
||
|
pillow = "*"
|
||
|
schema = "*"
|
||
|
python-jose = "*"
|
||
|
flask-socketio = "*"
|
||
|
mysql-connector-python = "*"
|
||
|
eventlet = "*"
|
||
|
pyyaml = "*"
|
||
|
requests = "*"
|
||
|
python-keycloak = "*"
|
||
|
|
||
|
[dev-packages]
|
||
|
mypy = "*"
|
||
|
black = "*"
|
||
|
isort = "*"
|
||
|
types-flask = "*"
|
||
|
types-requests = "*"
|
||
|
types-psycopg2 = "*"
|
||
|
types-pyyaml = "*"
|
||
|
types-python-jose = "*"
|
||
|
types-pillow = "*"
|
||
|
|
||
|
[requires]
|
||
|
python_version = "3.8"
|