2
0
mirror of https://github.com/frappe/bench.git synced 2024-09-25 05:19:04 +00:00
Commit Graph

25 Commits

Author SHA1 Message Date
Gavin D'souza
cbf30b4e6a chore: Remove invalid classifier 2021-12-02 00:39:52 +05:30
Gavin D'souza
4798992abf chore: Update setup.py
* Add long description using README.md
* Add project URLs. This will brighten up
  https://pypi.org/project/frappe-bench/ a bit
* Update contact, license info, etc
* Add project classifiers
2021-11-26 12:00:29 +05:30
Ankush Menat
b51f0ed2b2
feat: bench setup requirements --dev (#1196)
* chore: typo

* chore: update project description

* feat: command to install dev-requirements.txt

Often applications have development or test specific requirements which
are not required in production.

- Add new command `bench setup dev-requirements`
- installs all `dev-requirements.txt` in app's root folder.

* refactor: remove duplicate function

* refactor: use `log` instead of print

* refactor: merge dev-requirement command

* feat: install dev-dependencies in get-app if dev

When developer mode is enabled install all dev dependencies too while
doing `get-app`

* fix: warn about --dev not supporting node
2021-09-13 20:55:21 +05:30
Gavin D'souza
54d48f61a3 fix: Remove PY2 compatibility code
* 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
2021-05-11 12:01:32 +05:30
Gavin D'souza
5c7302caba chore: remove unused imports 2020-05-06 16:01:51 +05:30
gavin
f7c6c5a882
Merge branch 'develop' into playbooks-fix 2020-05-06 15:35:11 +05:30
Gavin D'souza
1ba8c463de fix: updated manifest.in 2020-05-01 19:12:36 +05:30
Gavin D'souza
78e1f03cc4 fix: add playbooks in the python package 2020-05-01 17:49:11 +05:30
Gavin D'souza
e218a7aa09 chore: renamed project to match with PyPI 2020-04-02 15:42:03 +05:30
Ameya Shenoy
642935a8a8
removed pip lockdown on 9.0.3 2018-08-15 18:02:03 +00:00
Ameya Shenoy
5d7bb5a896
Compatibility fixes for pip 10 2018-04-15 03:23:49 +05:30
Anand Doshi
7c86581897 [fix] release script 2016-06-09 15:39:54 +05:30
Anand Doshi
bba5b46112 Set version as 2.0.0 and split cli.py into multiple files 2016-03-22 13:14:31 +05:30
Pratik Vyas
6ac1c0db41 Fix setup.py 2015-12-22 11:59:41 -08:00
loader
bc2e208e37 bump up version to the latest release 2015-07-31 08:21:57 +00:00
Pratik Vyas
4e348490b7 fix gitpython version, fix #54 2014-09-06 20:53:32 +05:30
Pratik Vyas
4870f15a9e add requirements for release 2014-09-05 15:59:06 +05:30
Pratik Vyas
37a3e90690 add requests to requirements 2014-07-21 19:06:31 +05:30
Pratik Vyas
19f20a5f7a add honcho to requirements, #22 2014-07-16 21:59:46 +05:30
Pratik Vyas
0a7f9e22a0 add url and author 2014-07-15 09:50:39 +05:30
Pratik Vyas
c2ba948e32 fix tabs and spaces in setup.py 2014-07-15 09:45:59 +05:30
Pratik Vyas
a89963bc09 add bench frappe, fixes #5 2014-07-11 13:10:33 +05:30
Pratik Vyas
b05ecc5136 fix setup.py 2014-07-11 11:48:36 +05:30
Pratik Vyas
db4327568f fixes to bench init 2014-07-11 10:25:20 +05:30
Pratik Vyas
a395b15537 first commit 2014-07-10 22:51:34 +05:30