-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathPipfile
65 lines (62 loc) · 1.22 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
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
appnope = "==0.1.0"
asks = "==2.0.0"
"asn1crypto" = "==0.24.0"
astroid = "==2.0.1"
atomicwrites = "==1.1.5"
attrs = "==18.1.0"
backcall = "==0.1.0"
boxsdk = "==2.0.0a12"
certifi = "==2018.4.16"
cffi = "==1.11.5"
chardet = "==3.0.4"
cryptography = "==3.2"
curio = "==0.9"
decorator = "==4.3.0"
entrypoints = "==0.2.3"
"h11" = "==0.8.1"
idna = "==2.7"
isort = "==4.3.4"
keyring = "==13.2.1"
lazy-object-proxy = "==1.3.1"
mccabe = "==0.6.1"
more-itertools = "==4.2.0"
multio = "==0.2.3"
outcome = "==0.1.0"
parso = "==0.3.1"
pexpect = "==4.6.0"
pickleshare = "==0.7.4"
pluggy = "==0.6.0"
ptyprocess = "==0.6.0"
py = "==1.10.0"
pycparser = "==2.18"
requests = "*"
requests-toolbelt = "==0.8.0"
simplegeneric = "==0.8.1"
six = "==1.11.0"
sortedcontainers = "==2.0.4"
traitlets = "==4.3.2"
trio = "==0.5.0"
"urllib3" = "==1.23"
wcwidth = "==0.1.7"
wrapt = "==1.10.11"
async_generator = "==1.9"
Authlib = "==0.8"
prompt_toolkit = "==1.0.15"
Pygments = "==2.7.4"
[dev-packages]
pyfakefs = "==3.4.3"
pylint = "==2.0.1"
pytest = "==3.6.3"
ipython = "==6.5.0"
ipython_genutils = "==0.2.0"
jedi = "==0.12.1"
rope = "*"
neovim = "*"
yapf = "*"
[requires]
python_version = "3.7"