Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
csst-sims
csst_mci_sim
Commits
42c2b1a4
Commit
42c2b1a4
authored
10 months ago
by
Yan Zhaojun
Browse files
Options
Download
Email Patches
Plain Diff
test
parent
5185009f
develop
master
No related merge requests found
Pipeline
#4600
failed with stage
in 0 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
setup.py
+1
-1
setup.py
with
1 addition
and
1 deletion
+1
-1
setup.py
+
1
-
1
View file @
42c2b1a4
...
...
@@ -10,7 +10,7 @@ with open("requirements.txt", "r") as f:
requirements
=
[
req
.
strip
()
for
req
in
f
.
readlines
()
if
not
req
.
startswith
(
"#"
)
and
req
.
__contains__
(
"
=
="
)
if
not
req
.
startswith
(
"#"
)
and
req
.
__contains__
(
"
~
="
)
]
setuptools
.
setup
(
...
...
This diff is collapsed.
Click to expand it.
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
Menu
Explore
Projects
Groups
Snippets