Skip to content

Commit ebdb47d

Browse files
committed
add explicit dependency on pyjwt, closes #4
1 parent 917227f commit ebdb47d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"Operating System :: OS Independent",
3838
],
3939
python_requires=">=3.6",
40-
# install_requires=['Pillow'],
40+
install_requires=["pyjwt"],
4141
extras_require={
4242
"dev": ["check-manifest"],
4343
# 'test': ['coverage'],

src/sngraz/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
__version__ = "0.1.5"
1+
__version__ = "0.1.6"
22

33
from .sngraz import *

0 commit comments

Comments
 (0)