Files
pillar-python-sdk/requirements.txt
Sybren A. Stüvel 8dfb0a193b Added Node.create_asset_from_file() utility function
This also adds some unittests using the Responses library.
2016-07-05 16:47:51 +02:00

13 lines
194 B
Plaintext

# Primary requirements
pyOpenSSL==0.15.1
requests==2.9.1
# Development requirements
tox==2.3.1
wheel==0.29.0
coverage==4.0.3
pytest==2.9.1
pytest-xdist==1.14
pytest-cov==2.2.1
responses==0.5.1