2
0
mirror of https://github.com/frappe/bench.git synced 2024-09-25 05:19:04 +00:00
bench/requirements.txt
Gavin D'souza 7ad4813cc3 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 :')
2021-10-12 21:47:20 +05:30

10 lines
123 B
Plaintext

Click
GitPython~=2.1.15
honcho
Jinja2~=2.11.3
python-crontab~=2.4.0
requests
semantic-version~=2.8.2
setuptools
virtualenv