Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
fslpy
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Analyze
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
FSL
fslpy
Commits
45998417
Commit
45998417
authored
6 years ago
by
Paul McCarthy
Browse files
Options
Downloads
Patches
Plain Diff
MNT: Do not use setup_requires
parent
b9563764
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
setup.py
+0
-5
0 additions, 5 deletions
setup.py
with
0 additions
and
5 deletions
setup.py
+
0
−
5
View file @
45998417
...
...
@@ -23,10 +23,6 @@ basedir = op.dirname(__file__)
with
open
(
op
.
join
(
basedir
,
'
requirements.txt
'
),
'
rt
'
)
as
f
:
install_requires
=
[
l
.
strip
()
for
l
in
f
.
readlines
()]
# Development/test dependencies are listed in requirements-dev.txt
with
open
(
op
.
join
(
basedir
,
'
requirements-dev.txt
'
),
'
rt
'
)
as
f
:
dev_requires
=
[
l
.
strip
()
for
l
in
f
.
readlines
()]
# Optional dependencies are listed in requirements-extra.txt
with
open
(
op
.
join
(
basedir
,
'
requirements-extra.txt
'
),
'
rt
'
)
as
f
:
extra_requires
=
{
'
extras
'
:
[
l
.
strip
()
for
l
in
f
.
readlines
()]}
...
...
@@ -116,7 +112,6 @@ setup(
install_requires
=
install_requires
,
extras_require
=
extra_requires
,
setup_requires
=
dev_requires
,
test_suite
=
'
tests
'
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment