git reimport
This commit is contained in:
29
Pipfile
Normal file
29
Pipfile
Normal 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"
|
Reference in New Issue
Block a user