Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
VIGNET Pierre
cadbiom
Commits
58317a48
Commit
58317a48
authored
Nov 18, 2019
by
VIGNET Pierre
Browse files
[lib] Add cached-property requirement for python 2.7
parent
3c5153e7
Changes
1
Hide whitespace changes
Inline
Side-by-side
library/setup.py
View file @
58317a48
...
...
@@ -133,7 +133,8 @@ setup(
long_description
=
open
(
'README.md'
).
read
(),
install_requires
=
[
"networkx<2"
,
"lxml"
,
"pycryptosat>0.1.2"
,
"antlr3-python-runtime==3.4"
"pycryptosat>0.1.2"
,
"antlr3-python-runtime==3.4"
,
"cached-property==1.5"
,
],
# Tests
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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