2
0
mirror of https://github.com/frappe/bench.git synced 2024-09-23 20:49:01 +00:00

chore: pin gitdb2 only for python < 3.4

pip allows pinning requirement using environment markers[0]

[0]: https://www.python.org/dev/peps/pep-0508/#environment-markers

Signed-off-by: Chinmay D. Pai <chinmaydpai@gmail.com>
This commit is contained in:
Chinmay D. Pai 2020-02-25 12:11:24 +05:30
parent 354d23e787
commit e5b84be566
No known key found for this signature in database
GPG Key ID: 75507BE256F40CED

View File

@ -8,7 +8,7 @@ semantic_version==2.8.2
setuptools==40.8.0
six==1.12.0
virtualenv==16.6.0
gitdb2==2.0.6
gitdb2==2.0.6;python_version<'3.4'
MarkupSafe==1.1.1
python-dateutil==2.8.1
idna==2.8