Commit d2d9174e authored by Michal Čihař's avatar Michal Čihař

List gitdb version in requirements as well

Signed-off-by: default avatarMichal Čihař <michal@cihar.com>
parent f444ddaa
...@@ -140,6 +140,16 @@ def get_versions(): ...@@ -140,6 +140,16 @@ def get_versions():
'0.3.2', '0.3.2',
)) ))
name = 'gitdb'
url = 'https://github.com/gitpython-developers/gitdb'
mod = get_version_module('gitdb', name, url)
result.append((
name,
url,
mod.__version__,
'0.5.4',
))
name = 'Git' name = 'Git'
url = 'http://git-scm.com/' url = 'http://git-scm.com/'
mod = get_version_module('git', name, url) mod = get_version_module('git', name, url)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment