Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
BioHPC
clair-singularity
Commits
6fec904d
Commit
6fec904d
authored
Aug 24, 2017
by
David Trudgian
Browse files
requests is a dependency
parent
ea4e63d6
Changes
1
Show whitespace changes
Inline
Side-by-side
setup.py
View file @
6fec904d
...
...
@@ -3,7 +3,7 @@ Scan Singularity container images using CoreOS Clair.
"""
from
setuptools
import
find_packages
,
setup
dependencies
=
[
'click'
,
'six'
]
dependencies
=
[
'click'
,
'six'
,
'requests'
]
setup
(
name
=
'clair_singularity'
,
...
...
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