diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a152d8a8..cb315ca4 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -61,16 +61,10 @@ Run pytest: pytest ``` -> We also have `requirements-dev.txt` file that contains development requirements for backend image (you can find it in `images/worker/` directory). - # Documentation Place relevant markdown files in the `docs` directory and index them in README.md located at the root of repo. -# Wiki - -Add alternatives that can be used optionally along with frappe_docker. Add articles to list on home page as well. - # Frappe and ERPNext updates Each Frappe/ERPNext release triggers new stable images builds as well as bump to helm chart. diff --git a/requirements-dev.txt b/requirements-dev.txt deleted file mode 100644 index 16b9a068..00000000 --- a/requirements-dev.txt +++ /dev/null @@ -1,3 +0,0 @@ -frappe @ git+https://github.com/frappe/frappe.git -boto3-stubs[s3] -black==22.12.0