Skip to content

Commit

Permalink
setup install requires
Browse files Browse the repository at this point in the history
  • Loading branch information
jlmadurga committed Apr 11, 2016
1 parent b892d16 commit f57e577
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions setup.py
Expand Up @@ -53,6 +53,13 @@ def get_version(*file_paths):
],
include_package_data=True,
install_requires=[
'django>=1.9.1',
'celery==3.1.23',
'djangorestframework==3.3.3',
'python-telegram-bot==3.3',
'Jinja2==2.8',
'requests==2.9.1',
'shortuuid==0.4.3'
],
license="BSD",
zip_safe=False,
Expand Down

0 comments on commit f57e577

Please sign in to comment.