Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
nrm
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
16
Issues
16
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
argo
nrm
Commits
0409d48c
Commit
0409d48c
authored
Jun 28, 2019
by
Valentin Reis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[bugfix] fixes the requirement.txt to use correct package names.
parent
42d2f612
Pipeline
#7949
passed with stages
in 15 minutes and 59 seconds
Changes
2
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
requirements.txt
requirements.txt
+2
-2
test/requirements.py
test/requirements.py
+2
-2
No files found.
requirements.txt
View file @
0409d48c
#DO NOT MODIFY: this file is auto-generated by requirements.py
six
==1.11.0
zmq
==17.1.2
yaml
==3.13
py
zmq
==17.1.2
PyYAML
==3.13
tornado
==5.1
numpy
==1.15.1
argparse
==1.1
...
...
test/requirements.py
View file @
0409d48c
...
...
@@ -23,8 +23,8 @@ import jsonschema
print
(
"#DO NOT MODIFY: this file is auto-generated by requirements.py"
)
print
(
"six==%s"
%
six
.
__version__
)
print
(
"zmq==%s"
%
zmq
.
__version__
)
print
(
"
yaml
==%s"
%
yaml
.
__version__
)
print
(
"
py
zmq==%s"
%
zmq
.
__version__
)
print
(
"
PyYAML
==%s"
%
yaml
.
__version__
)
print
(
"tornado==%s"
%
tornado
.
version
)
print
(
"numpy==%s"
%
numpy
.
__version__
)
print
(
"argparse==%s"
%
argparse
.
__version__
)
...
...
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