瀏覽代碼

GitPython requirement to 1.0.1.

tags/v0.2.4
Ben Kurtovic 9 年之前
父節點
當前提交
e2c637774d
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      setup.py

+ 1
- 1
setup.py 查看文件

@@ -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…
取消
儲存