|
Line 0
Link Here
|
|
|
1 |
--- setup.py.orig2015-04-10 00:05:34.000000000 +0300 |
| 2 |
+++ setup.py2015-04-10 00:06:01.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", |