Skip to content
This repository was archived by the owner on Sep 12, 2023. It is now read-only.
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
long_description=open('README.rst').read(),
install_requires=[
# Needed to work with the repository, that contains the recipes.
"GitPython==2.1.9",
"GitPython==3.1.32",
# Used to convert gitlabs date strings into date objects.
"iso8601==0.1.12",
# Needed to get data from the gitlab api.
Expand Down