aboutsummaryrefslogtreecommitdiffstats
path: root/Pipfile
blob: d476be865cfbb42f6d663c46a8e0b14f105faf25 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true

[dev-packages]
ipython = "*"
isort = "*"
mypy = "*"
pylint = "*"
pytest = "*"
pytest-cov = "*"
twine = "*"
yapf = "*"

[packages]
ftfy = "*"
fuzzy = "*"
fuzzycat = {editable = true, path = "."}
# cf. https://github.com/pypa/pipenv/issues/4476
importlib-metadata = "==1.7.0"
glom = "*"
toml = "*"
elasticsearch = "*"
elasticsearch-dsl = "*"
fatcat-openapi-client = "*"
unidecode = ">=0.10"
requests = "*"
dynaconf = "*"
regex = "*"
zstandard = "*"

[requires]
python_version = "3.7"