We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b599cb commit e716d2dCopy full SHA for e716d2d
requirements.txt
@@ -1,3 +1,3 @@
1
YURL==1.0.0
2
-netunnel==1.0.12
3
-jwthenticator==1.5.0
+netunnel==1.0.13
+jwthenticator==1.6.3
setup.py
@@ -12,14 +12,14 @@ def read(path):
12
13
14
install_requires = [
15
- 'netunnel>=1.0.12',
16
- 'jwthenticator>=1.5.0',
+ 'netunnel>=1.0.13',
+ 'jwthenticator>=1.6.3',
17
'YURL>=1.0.0'
18
]
19
20
setup(
21
name="netunnel-jwthenticator",
22
- version='1.0.2',
+ version='1.0.3',
23
description='JWThenticator plugin for NETunnel',
24
long_description="\n\n".join((read("README.md"), read("CHANGES.md"))),
25
long_description_content_type='text/markdown',
0 commit comments