Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
senpy
senpy
Commits
fbb418c3
Commit
fbb418c3
authored
Jan 08, 2018
by
J. Fernando Sánchez
Browse files
Remove import in setup.py
parent
081078dd
Changes
1
Hide whitespace changes
Inline
Side-by-side
setup.py
View file @
fbb418c3
...
...
@@ -2,7 +2,10 @@ import pip
from
setuptools
import
setup
# parse_requirements() returns generator of pip.req.InstallRequirement objects
from
pip.req
import
parse_requirements
from
senpy
import
__version__
with
open
(
'senpy/VERSION'
)
as
f
:
__version__
=
f
.
read
().
strip
()
assert
__version__
try
:
install_reqs
=
parse_requirements
(
...
...
Write
Preview
Supports
Markdown
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