git reimport

This commit is contained in:
2019-03-15 15:02:19 +04:00
commit 742797309a
90 changed files with 4411 additions and 0 deletions

29
Pipfile Normal file
View File

@@ -0,0 +1,29 @@
[[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"