From 1006ec5a26982e827cbad2951b6cfe38979af324 Mon Sep 17 00:00:00 2001 From: Revant Nandgaonkar Date: Thu, 5 Jan 2023 17:22:46 +0530 Subject: [PATCH] docs: update contributing --- CONTRIBUTING.md | 6 ------ requirements-dev.txt | 3 --- 2 files changed, 9 deletions(-) delete mode 100644 requirements-dev.txt 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