Skip to content

Commit

Permalink
chore(dependencies): Adds dev requirements dependencies
Browse files Browse the repository at this point in the history
For organization purposes, i decide to separate dev from production dependencies.

This commit implements a file called requirements-dev.txt that have all content of
default requirements but with some extra packages
  • Loading branch information
LopesLs committed Feb 18, 2024
1 parent 77ff972 commit 139ecc1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
-r requirements.txt
django-browser-reload==1.12.1
pip-upgrader==1.4.15

0 comments on commit 139ecc1

Please sign in to comment.