mirror of https://gitlab.com/litecord/litecord.git
33 lines
562 B
TOML
33 lines
562 B
TOML
[[source]]
|
|
url = "https://pypi.org/simple"
|
|
verify_ssl = true
|
|
name = "pypi"
|
|
|
|
[packages]
|
|
bcrypt = "==3.1.7"
|
|
itsdangerous = "==1.1.0"
|
|
asyncpg = "==0.18.3"
|
|
websockets = "==8.0.2"
|
|
Earl-ETF = "==2.1.2"
|
|
logbook = "==1.5.2"
|
|
Cerberus = "==1.3.1"
|
|
quart = "==0.10.0"
|
|
pillow = "*"
|
|
aiohttp = "==3.6.0"
|
|
zstandard = "*"
|
|
winter = {editable = true,git = "https://gitlab.com/elixire/winter.git"}
|
|
|
|
[dev-packages]
|
|
pytest = "==5.1.2"
|
|
pytest-asyncio = "==0.10.0"
|
|
mypy = "*"
|
|
black = "*"
|
|
flake8 = "*"
|
|
pyflakes = "*"
|
|
|
|
[requires]
|
|
python_version = "3.7"
|
|
|
|
[pipenv]
|
|
allow_prereleases = true
|