Skip to content
GitLab
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
May 15, 2024
by
Yan Zhaojun
Browse files
test
parent
5185009f
Pipeline
#4600
failed with stage
in 0 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
setup.py
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
(
...
...
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