aboutsummaryrefslogtreecommitdiffstats
path: root/Pipfile
blob: cc1ae238c5aac98f006e3c48591ba7d643b72758 (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 = "*"
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 = "*"
jellyfish = "*"

[requires]
python_version = "3.8"