Add package requirements to setup.

This commit is contained in:
juanifioren 2014-12-19 12:45:19 -03:00
parent 9def141582
commit a638e023c5

View file

@ -30,4 +30,7 @@ setup(
'Topic :: Internet :: WWW/HTTP',
'Topic :: Internet :: WWW/HTTP :: Dynamic Content',
],
install_requires=[
'pyjwt==0.3.1',
],
)