Put under version control
This commit is contained in:
parent
d26d23348b
commit
a6af5b12d2
83 changed files with 20130 additions and 0 deletions
46
Pipfile
Normal file
46
Pipfile
Normal file
|
@ -0,0 +1,46 @@
|
|||
[[source]]
|
||||
url = "https://pypi.org/simple"
|
||||
verify_ssl = true
|
||||
name = "pypi"
|
||||
|
||||
[packages]
|
||||
aiohttp = "*"
|
||||
async-lru = "*"
|
||||
asyncpg = "*"
|
||||
beautifulsoup4 = "*"
|
||||
elasticsearch = { version = ">=7.0.0,<8.0.0", extras = ['async'] }
|
||||
elasticsearch-dsl = { version = ">=7.0.0,<8.0.0" }
|
||||
feedparser = "*"
|
||||
gcld3 = "*"
|
||||
# TODO: recheck
|
||||
pypandoc = "*"
|
||||
pytidylib = "*"
|
||||
pytz = "*"
|
||||
pyyaml = "*"
|
||||
tika = "*"
|
||||
tldextract = "*"
|
||||
voluptuous = "*"
|
||||
simhash = "*"
|
||||
async-dns = "*"
|
||||
types-pyyaml = "*"
|
||||
sphinx-rtd-theme = "*"
|
||||
|
||||
[dev-packages]
|
||||
mypy = "*"
|
||||
pre-commit = "*"
|
||||
sphinx = "*"
|
||||
myst-parser = "*"
|
||||
isort = "*"
|
||||
blacken-docs = "*"
|
||||
pybetter = "*"
|
||||
interrogate = "*"
|
||||
autoflake = "*"
|
||||
types-pyyaml = "*"
|
||||
types-pytz = "*"
|
||||
black = "*"
|
||||
|
||||
[requires]
|
||||
python_version = "3.9"
|
||||
|
||||
[pipenv]
|
||||
allow_prereleases = true
|
Loading…
Add table
Add a link
Reference in a new issue