-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathPipfile
More file actions
55 lines (52 loc) · 1004 Bytes
/
Pipfile
File metadata and controls
55 lines (52 loc) · 1004 Bytes
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
53
54
55
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
[packages]
bcrypt = "==3.1.4"
astroid = "==2.1.0"
atomicwrites = "==1.2.1"
attrs = "==18.2.0"
certifi = "==2018.11.29"
cffi = "==1.11.5"
chardet = "==3.0.4"
click = "==7.0"
idna = "==2.7"
isort = "==4.3.4"
itsdangerous = "==1.1.0"
jsonschema = "==2.6.0"
lazy-object-proxy = "==1.3.1"
mccabe = "==0.6.1"
more-itertools = "==4.3.0"
pluggy = "==0.8.0"
py = "==1.7.0"
pycparser = "==2.19"
pylint = "==2.2.2"
pytest = "==4.0.1"
python-dateutil = "==2.7.5"
requests = "==2.20.1"
six = "==1.11.0"
urllib3 = "==1.24.1"
wrapt = "==1.10.11"
Flask = "==1.0.2"
Flask-Bcrypt = "==0.7.1"
Flask-JWT-Extended = "==3.13.1"
Flask-PyMongo = "==2.2.0"
Jinja2 = "==2.10"
MarkupSafe = "==1.1.0"
PyJWT = "==1.7.0"
Werkzeug = "==0.14.1"
flask-cors = "*"
gunicorn = "*"
pandas = "*"
pytest-flask = "*"
jellyfish = "*"
jsonmerge = "*"
modules = "*"
spacy = "*"
wordninja = "*"
numpy = "*"
pymongo = "*"
[requires]
python_version = "3.7"