Skip to content

Commit

Permalink
installation: packaging dependency
Browse files Browse the repository at this point in the history
Declares dependency on `packaging` module, fixing `reana-dev
git-clone` issues on from-scratch installations. Closes reanahub#382.

Signed-off-by: Tibor Šimko <tibor.simko@cern.ch>
  • Loading branch information
tiborsimko committed Aug 14, 2020
1 parent 68e1d3b commit 2661f56
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
"colorama>=0.3.9",
"PyYAML>=5.1",
"semver>=2.10.2",
"packaging>=20.4",
]


Expand Down

0 comments on commit 2661f56

Please sign in to comment.