2
0
mirror of https://github.com/frappe/bench.git synced 2024-09-27 22:39:03 +00:00
bench/requirements.txt
Gavin D'souza e0f6b1735d fix: Remove virtualenv dependency
Use virtualenv cli only if found in PATH. Else use
venv package of the invoker's Python installation.
venv was added in the std lib since PY33.

ref: https://docs.python.org/3/library/venv.html
2022-05-30 14:32:55 +05:30

9 lines
116 B
Plaintext

Click>=7.0
GitPython~=2.1.15
honcho
Jinja2~=3.0.3
python-crontab~=2.4.0
requests
semantic-version~=2.8.2
setuptools