mirror of https://gitlab.com/litecord/litecord.git
20 lines
297 B
TOML
20 lines
297 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 = "==5.0.1"
|
|
Quart = "==0.6.0"
|
|
Earl-ETF = "==2.1.2"
|
|
logbook = "*"
|
|
Cerberus = "==1.2"
|
|
|
|
[dev-packages]
|
|
|
|
[requires]
|
|
python_version = "3.6"
|