forked from jwasham/computer-science-flash-cards
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPipfile
40 lines (37 loc) · 733 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
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
[packages]
boto = "==2.40.0"
chardet = ">=2.3.0"
click = "==6.7"
configparser = "==3.5.0"
cryptography = ">=1.5"
enum34 = "==1.1.6"
future = "==0.15.2"
httplib2 = "==0.18.0"
idna = ">=2.1"
ipaddress = "==1.0.16"
itsdangerous = "==0.24"
jsonschema = "==2.5.1"
lockfile = "==0.12.2"
ndg-httpsclient = "==0.4.2"
psutil = "==5.6.6"
pyasn1 = "==0.1.9"
pycurl = "==7.43.0"
pytz = "==2016.10"
pyxdg = "==0.26"
requests = "==2.20.0"
scour = "==0.32"
six = "==1.10.0"
urllib3 = "==1.24.2"
virtualenv = "==15.1.0"
Flask = ">=1.0"
Jinja2 = ">=2.9.4"
MarkupSafe = "==0.23"
pyOpenSSL = "==17.5.0"
Werkzeug = "==0.15.3"
[requires]
python_version = "3.8"