Skip to content

Commit 6db9671

Browse files
committed
specified dependency version in order to remove vulnerability
1 parent 0acdc93 commit 6db9671

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ def find_version(*file_paths):
3131
'requests',
3232
'six',
3333
'pytz',
34-
'python-jose'
34+
'python-jose',
35+
'rsa>=4.7'
3536
]
3637

3738
setup(

0 commit comments

Comments
 (0)