arrobalytics / django-ledger

Django Ledger is a double entry accounting system built on the Django Web Framework.
https://www.djangoledger.com
GNU General Public License v3.0
1.03k stars 226 forks source link

remove requirement.txt from doc/source and placed out of the project #153

Closed sroycho4 closed 8 months ago

sroycho4 commented 1 year ago
elarroba commented 1 year ago

@sroycho4 these requirements.txt file is only to build the documentation page on ReadTheDocs. If you are looking for a way to generate the requirements.txt, you may use pipenv for this.

pipenv requirements > requirements.txt
sroycho4 commented 1 year ago

Hi @elarroba I m not creating a environment so will it affect the code and requirement.txt file.