aboutsummaryrefslogtreecommitdiffstats
path: root/Pipfile
blob: 4f69c9eb75a1d1f23e31c25895ff32c4a6b2e643 (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
35
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true

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

[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.8"