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
west-public
westpy
Commits
3179d1ea
Commit
3179d1ea
authored
Sep 19, 2018
by
Marco Govoni
Browse files
Downgraded prompt-toolkit<2.0.0 for compatibility issues with ipython
parent
d320e4c2
Changes
1
Hide whitespace changes
Inline
Side-by-side
setup.py
View file @
3179d1ea
...
@@ -17,7 +17,10 @@ setup(name='westpy',
...
@@ -17,7 +17,10 @@ setup(name='westpy',
'requests'
,
'requests'
,
'mendeleev'
,
'mendeleev'
,
'signac'
,
'signac'
,
'urllib3'
'urllib3'
,
'prompt-toolkit<2.0.0'
,
'sphinx'
,
'sphinx_rtd_theme'
],
],
python_requires
=
'>=2.7, >=3.0, !=3.0.*, !=3.1.*, !=3.2.*, <4'
,
python_requires
=
'>=2.7, >=3.0, !=3.0.*, !=3.1.*, !=3.2.*, <4'
,
zip_safe
=
True
)
zip_safe
=
True
)
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