소스 검색

Bump dependencies.

tags/v0.4
Ben Kurtovic 8 년 전
부모
커밋
1ace5187c0
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 >= 1.0.1", "colorama >= 0.3.3"],
install_requires = ["GitPython >= 2.0.5", "colorama >= 0.3.7"],
version = __version__,
author = "Ben Kurtovic",
author_email = "ben.kurtovic@gmail.com",


불러오는 중...
취소
저장