litecord/Pipfile

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.20.1"
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.3.2"
pytest-asyncio = "==0.10.0"
mypy = "*"
black = "*"
flake8 = "*"
pyflakes = "*"
[requires]
python_version = "3.8"
[pipenv]
allow_prereleases = true