mirror of
https://github.com/frappe/bench.git
synced 2024-11-12 08:16:28 +00:00
54d48f61a3
* Set Python requires Python 3.6+ but < Py4 * Remove six from dependencies * Use click.confirm instead of self implemented confirm code * Fix imports for 3.6+ compatibility References for updated imports: * https://docs.python.org/3/library/configparser.html * https://docs.python.org/3/library/urllib.request.html#legacy-interface * https://docs.python.org/3/library/urllib.parse.html#urllib.parse.urlparse * https://docs.python.org/3/library/importlib.html#importlib.reload
10 lines
143 B
Plaintext
10 lines
143 B
Plaintext
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
|
|
setuptools
|
|
virtualenv
|