Skip to content

Commit

Permalink
Fix for #12
Browse files Browse the repository at this point in the history
  • Loading branch information
grafuls committed Jun 17, 2018
1 parent bcd6bfd commit f8e4ea5
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,14 @@
with open('HISTORY.rst') as history_file:
history = history_file.read()

requirements = ['Click>=6.0', ]
requirements = [
'Click>=6.0',
'python-rrmngmnt',
'configparser',
'pyyaml',
'jinja2',
'requests',
]

setup_requirements = ['pytest-runner', ]

Expand All @@ -25,8 +32,6 @@
'Intended Audience :: Developers',
'License :: OSI Approved :: Apache Software License',
'Natural Language :: English',
"Programming Language :: Python :: 2",
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
Expand Down

0 comments on commit f8e4ea5

Please sign in to comment.