Skip to content

Commit

Permalink
update requirements.txt and setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
matejv committed Apr 22, 2017
1 parent 1992b0a commit 83f263e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
5 changes: 2 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
requests==2.12.4
setuptools==32.3.1
requests==2.13.0
python_dateutil==2.6.0
Jinja2==2.9.4
Jinja2==2.9.6
PyYAML==3.12
future==0.16.0
10 changes: 10 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,14 @@
install_requires=['python-dateutil', 'requests', 'PyYAML', 'future'],
requires=['dateutil', 'requests', 'yaml', 'future'],

classifiers=[
'Development Status :: 4 - Beta',
'Intended Audience :: Developers',
'Intended Audience :: System Administrators',
'Intended Audience :: Telecommunications Industry',
'License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 3',

]
)

0 comments on commit 83f263e

Please sign in to comment.