2
0
mirror of https://github.com/frappe/bench.git synced 2024-09-23 12:39:01 +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:
Gavin D'souza 2021-10-12 21:47:20 +05:30
parent 593b80eec9
commit 7ad4813cc3

View File

@ -1,9 +1,9 @@
Click==7.0
GitPython==2.1.15
honcho==1.0.1
Jinja2==2.11.3
python-crontab==2.4.0
requests==2.22.0
semantic-version==2.8.2
Click
GitPython~=2.1.15
honcho
Jinja2~=2.11.3
python-crontab~=2.4.0
requests
semantic-version~=2.8.2
setuptools
virtualenv