File tree Expand file tree Collapse file tree 2 files changed +16
-13
lines changed Expand file tree Collapse file tree 2 files changed +16
-13
lines changed Original file line number Diff line number Diff line change 1
- certifi >= 14.05.14
2
- six >= 1.9.0
3
- python_dateutil >= 2.5.3
4
- setuptools >= 21.0.0
5
- urllib3 >= 1.19.1
6
- pyyaml >= 3.12
7
- oauth2client >= 4.0.0
8
- ipaddress >= 1.0.17
9
- websocket-client >= 0.32.0
1
+ certifi >= 14.05.14 # MPL
2
+ six >= 1.9.0 # MIT
3
+ python-dateutil >= 2.5.3 # BSD
4
+ setuptools >= 21.0.0 # PSF/ZPL
5
+ urllib3 >= 1.19.1 # MIT
6
+ pyyaml >= 3.12 # MIT
7
+ oauth2client >= 4.0.0 # Apache-2 .0
8
+ ipaddress >= 1.0.17 # PSF
9
+ websocket-client >= 0.32.0 # LGPLv2+
Original file line number Diff line number Diff line change 28
28
# http://pypi.python.org/pypi/setuptools
29
29
30
30
REQUIRES = [
31
- "urllib3 >= 1.19" ,
32
- "six >= 1.10" ,
33
31
"certifi" ,
32
+ "ipaddress" ,
33
+ "oauth2client" ,
34
+ "setuptools" ,
35
+ "six" ,
36
+ "urllib3" ,
34
37
"python-dateutil" ,
35
38
"pyyaml" ,
36
- "oauth2client " ,
37
- "ipaddress" ]
39
+ "websocket-client " ,
40
+ ]
38
41
39
42
setup (
40
43
name = PACKAGE_NAME ,
You can’t perform that action at this time.
0 commit comments