Files
zvk2_public/Pipfile
2019-03-15 15:02:19 +04:00

30 lines
403 B
TOML

[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
requests = "*"
aiohttp = ">=3.4.4"
pytest = "*"
sqlalchemy = "*"
alembic = "*"
pandas = "*"
"bs4" = "*"
numpy = "*"
regex = "*"
flask = "*"
pillow = "*"
xmltodict = "*"
tqdm = "*"
pytest-asyncio = "*"
pyyaml = "*"
coverage = "*"
python-slugify = "*"
protobuf = "*"
[dev-packages]
[requires]
python_version = "3.7"