Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Tanner Prestegard
gracedb-client
Commits
e23ea3c3
Verified
Commit
e23ea3c3
authored
Nov 06, 2019
by
Tanner Prestegard
Browse files
Fix minimum required version of cryptography
parent
5b53da72
Pipeline
#127897
failed with stages
in 4 minutes and 52 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
setup.py
View file @
e23ea3c3
...
...
@@ -95,7 +95,7 @@ setup(
namespace_packages
=
[
'ligo'
],
packages
=
find_packages
(),
classifiers
=
CLASSIFIERS
,
install_requires
=
[
'future>=0.15.0'
,
'six>=1.9.0'
,
'cryptography>=
1.7.2
'
],
install_requires
=
[
'future>=0.15.0'
,
'six>=1.9.0'
,
'cryptography>=
2.5
'
],
setup_requires
=
SETUP_REQUIRES
,
tests_require
=
tests_require
,
package_data
=
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment