Linked requirements to Pillar and Pillar-Python-SDK

Since Pillar is not pip-installable and also not properly versioned either,
I removed the 'pillar>=2.0' requirement from setup.py
This commit is contained in:
2017-03-03 15:04:50 +01:00
parent 2172500dd6
commit cd17236428
3 changed files with 7 additions and 13 deletions

View File

@@ -8,9 +8,7 @@ setuptools.setup(
name='attract',
version='1.0',
packages=setuptools.find_packages('.', exclude=['test']),
install_requires=[
'pillar>=2.0',
],
install_requires=[],
tests_require=[
'pytest>=2.9.1',
'responses>=0.5.1',