| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1 +1 @@ | |||
| 1 | - 2.0.9dev1 | ||
| 1 | + 2.0.9 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -64,7 +64,7 @@ def _stamp_version(filename): | |||
| 64 | 64 | else: | |
| 65 | 65 | print("WARNING: Couldn't find version line in file %s" % filename, file=sys.stderr) | |
| 66 | 66 | ||
| 67 | - install_requires = ['gitdb >= 0.6.4'] | ||
| 67 | + install_requires = ['gitdb2 >= 2.0.0'] | ||
| 68 | 68 | extras_require = { | |
| 69 | 69 | ':python_version == "2.6"': ['ordereddict'], | |
| 70 | 70 | } | |
@@ -100,7 +100,7 @@ def _stamp_version(filename): | |||
| 100 | 100 | package_data={'git.test': ['fixtures/*']}, | |
| 101 | 101 | package_dir={'git': 'git'}, | |
| 102 | 102 | license="BSD License", | |
| 103 | - requires=['gitdb (>=0.6.4)'], | ||
| 103 | + requires=['gitdb2 (>=2.0.0)'], | ||
| 104 | 104 | install_requires=install_requires, | |
| 105 | 105 | test_requirements=test_requires + install_requires, | |
| 106 | 106 | zip_safe=False, | |
| Back | FazBrowse Home | New Git URL |
0 commit comments