Skip to content

Commit

Permalink
Merge pull request #1295 from CrossStream/sandbox/rzr/build/review/ma…
Browse files Browse the repository at this point in the history
…ster

build: Lint install_requires in setup.py
  • Loading branch information
Jussi Kukkonen authored Mar 5, 2021
2 parents 313511a + 6b89f18 commit 801c5e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,8 @@
python_requires="~=3.6",
install_requires = [
'requests>=2.19.1',
'six>=1.11.0',
'securesystemslib>=0.18.0'
'securesystemslib>=0.18.0',
'six>=1.11.0'
],
packages = find_packages(exclude=['tests']),
scripts = [
Expand Down

0 comments on commit 801c5e3

Please sign in to comment.