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
argo
nrm
Commits
0409d48c
Commit
0409d48c
authored
Jun 28, 2019
by
Valentin Reis
Browse files
[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
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
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