The cryptography package was getting old, and since Flamenco is going to issue JWT tokens soon, I wanted to be up to date with security fixes.
12 lines
169 B
Plaintext
12 lines
169 B
Plaintext
# Primary requirements
|
|
pyopenssl==16.2.0
|
|
requests==2.13.0
|
|
|
|
# Secondary requirements
|
|
cffi==1.12.2
|
|
cryptography==2.6.1
|
|
idna==2.5
|
|
pyasn1==0.4.4
|
|
pycparser==2.19
|
|
six==1.12.0
|