Changeset - 8b4720a7d084
[Not reviewed]
0 1 0
Branko Majic (branko) - 3 years ago 2020-11-04 21:10:38
branko@majic.rs
GC-40: Updated Cryptography requirement to latest available version (3.2.x).
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
setup.py
Show inline comments
 
@@ -27,7 +27,7 @@ README = open(os.path.join(os.path.dirname(__file__), 'README.rst')).read()
 
python_requirements = ">=3.5,<3.9"
 

	
 
install_requirements = [
 
    'cryptography>=2.9,<2.10',
 
    'cryptography>=3.2,<3.3',
 
    'python-dateutil>=2.8,<2.9',
 
]
 

	
0 comments (0 inline, 0 general)