mirror of
https://github.com/frappe/bench.git
synced 2024-11-12 00:06:36 +00:00
build: Loose-er dependencies
* Replaced one of the = with ~ to allow any patch releases to be compatible * Removed pinning from requests, honcho & Click since we're using the more basic APIs * Made these changes so that it's easier to install bench globally :')
This commit is contained in:
parent
593b80eec9
commit
7ad4813cc3
@ -1,9 +1,9 @@
|
|||||||
Click==7.0
|
Click
|
||||||
GitPython==2.1.15
|
GitPython~=2.1.15
|
||||||
honcho==1.0.1
|
honcho
|
||||||
Jinja2==2.11.3
|
Jinja2~=2.11.3
|
||||||
python-crontab==2.4.0
|
python-crontab~=2.4.0
|
||||||
requests==2.22.0
|
requests
|
||||||
semantic-version==2.8.2
|
semantic-version~=2.8.2
|
||||||
setuptools
|
setuptools
|
||||||
virtualenv
|
virtualenv
|
||||||
|
Loading…
Reference in New Issue
Block a user