forked from sharkness/FEC-Data-Wranglin
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Pipfile
52 lines (49 loc) · 987 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
46
47
48
49
50
51
52
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
appdirs = "==1.4.4"
astroid = "==2.4.2"
black = "==20.8b1"
certifi = "==2020.11.8"
chardet = "==3.0.4"
click = "==7.1.2"
colorama = "==0.4.4"
fastapi = "==0.68.1"
ftfy = "==5.8"
idna = "==2.10"
isort = "==5.6.4"
lazy-object-proxy = "==1.4.3"
mccabe = "==0.6.1"
mypy-extensions = "==0.4.3"
numpy = "==1.20.3"
pandas = "==1.2.4"
pathspec = "==0.8.1"
pylint = "==2.6.0"
pytest = "==6.2.4"
python-dateutil = "==2.8.1"
pytz = "==2020.4"
regex = "==2020.11.13"
requests = "==2.25.1"
scipy = "==1.6.3"
six = "==1.15.0"
scikit-learn = "==0.24.2"
sparse-dot-topn = "==0.3.1"
toml = "==0.10.2"
typed-ast = "==1.4.1"
typing-extensions = "==3.7.4.3"
urllib3 = "==1.26.5"
uvicorn = "==0.15.0"
wrapt = "==1.12.1"
Cython = "==0.29.21"
aiofiles = "*"
jinja2 = "*"
python-multipart = "*"
pydantic = "*"
thefuzz = "*"
python-levenshtein = "*"
terminable-thread = "*"
[dev-packages]
[requires]
python_version = "3.8"