mirror of https://gitlab.com/litecord/litecord.git
22 lines
329 B
TOML
22 lines
329 B
TOML
[[source]]
|
|
url = "https://pypi.org/simple"
|
|
verify_ssl = true
|
|
name = "pypi"
|
|
|
|
[packages]
|
|
bcrypt = "==3.1.4"
|
|
itsdangerous = "==0.24"
|
|
asyncpg = "==0.16.0"
|
|
websockets = "==6.0"
|
|
Quart = "==0.6.4"
|
|
Earl-ETF = "==2.1.2"
|
|
logbook = "*"
|
|
Cerberus = "==1.2"
|
|
pytest = "*"
|
|
pytest-asyncio = "*"
|
|
|
|
[dev-packages]
|
|
|
|
[requires]
|
|
python_version = "3.7"
|