Skip to content

Commit

Permalink
Update requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
tohanss authored Aug 13, 2020
1 parent 3f2849d commit 1fd49b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements/app.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
repobee==3.0.0-alpha.3
repobee==3.0.0-alpha.5
gitpython==3.1.3
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
assert re.match(r"^\d+(\.\d+){2}(-(alpha|beta|rc)(\.\d+)?)?$", __version__)

test_requirements = ["pytest", "repobee", "pytest-cov"]
required = ["repobee==3.0.0-alpha.3", "gitpython"]
required = ["repobee==3.0.0-alpha.5", "gitpython"]

setup(
name="repobee-sanitizer",
Expand Down

0 comments on commit 1fd49b4

Please sign in to comment.