Line 0
Link Here
|
|
|
1 |
--- setup.py.orig 2015-04-10 01:13:14.000000000 +0300 |
2 |
+++ setup.py 2015-04-10 01:13:30.000000000 +0300 |
3 |
@@ -6,8 +6,8 @@ |
4 |
version="1.2.2", |
5 |
packages=find_packages(exclude=["tests"]), |
6 |
scripts=['PyGitUp/gitup.py'], |
7 |
- install_requires=['GitPython==0.3.2.1', 'colorama==0.3.2', |
8 |
- 'termcolor==1.1.0', 'docopt==0.6.1'], |
9 |
+ install_requires=['GitPython>=0.3.2.1', 'colorama>=0.3.2', |
10 |
+ 'termcolor>=1.1.0', 'docopt>=0.6.1'], |
11 |
|
12 |
# Tests |
13 |
test_suite="nose.collector", |