Browse Source

GitPython requirement to 1.0.1.

tags/v0.2.4
Ben Kurtovic 9 years ago
parent
commit
e2c637774d
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      setup.py

+ 1
- 1
setup.py View File

@@ -19,7 +19,7 @@ setup(
name = "gitup",
packages = find_packages(),
entry_points = {"console_scripts": ["gitup = gitup.script:run"]},
install_requires = ["GitPython >= 0.3.6", "colorama >= 0.3.3"],
install_requires = ["GitPython >= 1.0.1", "colorama >= 0.3.3"],
version = __version__,
author = "Ben Kurtovic",
author_email = "ben.kurtovic@gmail.com",


Loading…
Cancel
Save