Follow guidelines in: https://packaging.python.org/requirements/ * Make sure the same list of packages are in setup.cfg and requirements.txt * install_requires reqs in setup.cfg should be "Abstract" with no version information * Add License information for each package Fixes #131
10 lines
239 B
Plaintext
10 lines
239 B
Plaintext
certifi>=14.05.14 # MPL
|
|
six>=1.9.0 # MIT
|
|
python-dateutil>=2.5.3 # BSD
|
|
setuptools>=21.0.0 # PSF/ZPL
|
|
urllib3>=1.19.1 # MIT
|
|
pyyaml>=3.12 # MIT
|
|
oauth2client>=4.0.0 # Apache-2.0
|
|
ipaddress>=1.0.17 # PSF
|
|
websocket-client>=0.32.0 # LGPLv2+
|