-
Notifications
You must be signed in to change notification settings - Fork 18
/
Pipfile
45 lines (42 loc) · 833 Bytes
/
Pipfile
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
36
37
38
39
40
41
42
43
44
45
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
atomicwrites = "==1.4.0"
attrs = "==20.3.0"
colorama = "==0.4.4"
importlib-metadata = "==3.3.0"
iniconfig = "==1.1.1"
pluggy = "==0.13.1"
py = "==1.10.0"
pyparsing = "==2.4.7"
pytest = "==6.2.1"
toml = "==0.10.2"
typing-extensions = "==3.7.4.3"
zipp = "==3.4.0"
pandas = "~=1.1.5"
scipy = "==1.6.1"
fuzzywuzzy = "==0.18.0"
numpy = "==1.19.5"
wheel = "*"
abbreviate = "==0.1.1"
click="==7.1.2"
docopt="==0.6.2"
future="==0.18.2"
joblib="==1.0.1"
nltk="==3.5"
num2words="==0.5.10"
probableparsing="==0.0.1"
pyenchant="==3.2.0"
python-crfsuite="==0.9.7"
python-dateutil="==2.8.1"
python-Levenshtein="==0.12.2"
pytz="==2021.1"
regex="==2021.3.17"
six="==1.15.0"
tqdm="==4.59.0"
usaddress="==0.5.10"
[dev-packages]
[requires]
python_version = "3.6"