litecord/Pipfile

27 lines
429 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 = "*"
[dev-packages]
pytest = "==5.1.2"
pytest-asyncio = "==0.10.0"
pyflakes = "*"
mypy = "*"
[requires]
python_version = "3.7"