-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathPipfile
98 lines (95 loc) · 2.12 KB
/
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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
[packages]
astor = "==0.8.1"
"backports.functools-lru-cache" = "==1.6.1"
"backports.weakref" = "==1.0.post1"
bcrypt = "==3.1.7"
blinker = "==1.4"
bzr = "==2.7.0"
cachetools = "==3.1.1"
certifi = "==2019.11.28"
chardet = "==3.0.4"
colorama = "==0.4.3"
configparser = "==4.0.2"
coverage = "==5.0.3"
django-braces = "==1.13.0"
django-haystack = "==2.4.1"
django-multiselectfield = "==0.1.11"
django-pipeline = "==1.6.14"
dnspython = "==1.16.0"
docutils = "==0.16"
entrypoints = "==0.3"
enum34 = "==1.1.6"
feedgenerator = "==1.9.1"
flake8 = "==3.7.9"
functools32 = "==3.2.3.post2"
futures = "==3.3.0"
gast = "==0.2.2"
gevent-websocket = "==0.10.1"
google-auth-oauthlib = "==0.4.1"
google-pasta = "==0.2.0"
grpcio = "==1.28.1"
gunicorn = "==19.10.0"
idna = "==2.8"
imagesize = "==1.2.0"
importlib-metadata = "==1.4.0"
ipaddress = "==1.0.23"
kgb = "==4.0"
matplotlib = "==2.2.5"
mccabe = "==0.6.1"
mimeparse = "==0.1.3"
mock = "==3.0.5"
more-itertools = "==5.0.0"
numpy = "==1.16.6"
opt-einsum = "==2.3.2"
p4python = "==2019.1.1858212"
paramiko = "==2.7.1"
pelican = "==4.2.0"
pillowfight = "==0.3"
protobuf = "==3.11.3"
py = "==1.8.1"
pyasn1 = "==0.4.8"
pyasn1-modules = "==0.2.8"
pycodestyle = "==2.5.0"
pycparser = "==2.19"
pyflakes = "==2.1.1"
pymdown-extensions = "==3.5"
python-dateutil = "==2.8.1"
python-memcached = "==1.59"
pytz = "==2019.3"
requests-oauthlib = "==1.0.0"
rsa = "==4.0"
scandir = "==1.10.0"
scikit-image = "==0.14.5"
six = "==1.13.0"
snowballstemmer = "==2.0.0"
subprocess32 = "==3.5.4"
subvertpy = "==0.10.1"
tensorboard = "==2.1.0"
tensorflow = "==2.1.0"
tensorflow-estimator = "==2.1.0"
texttable = "==1.6.2"
tqdm = "==4.41.1"
typing = "==3.7.4.1"
urllib3 = "==1.25.7"
wcwidth = "==0.1.8"
zipp = "==1.0.0"
Babel = "==2.8.0"
"backports.shutil_get_terminal_size" = "==1.0.0"
Django = "==1.6.11"
Flask-Sockets = "==0.2.1"
Keras-Applications = "==1.0.8"
Keras-Preprocessing = "==1.1.0"
Markdown = "==2.6.11"
Pillow = "==6.2.2"
Pygments = "==2.5.2"
Sphinx = "==1.8.5"
Unidecode = "==1.1.1"
Werkzeug = "==1.0.0"
Whoosh = "==2.7.4"
[requires]
python_version = "3.8"