Changed the requirements to use chained files.

This commit is contained in:
Corey Oordt 2021-12-05 10:14:31 -06:00
parent 0125004524
commit e377eccb8c
4 changed files with 12 additions and 2 deletions

View file

@ -1,2 +1 @@
django-mptt
unicode-slugify
-r requirements/prod.txt

8
requirements/dev.txt Normal file
View file

@ -0,0 +1,8 @@
--find-links https://github.com/PennyDreadfulMTG/pystache/releases/
-r test.txt
bump2version>=1.0.1
git-fame>=1.12.2
gitchangelog>=3.0.4
pre-commit
pystache>=0.6.0

2
requirements/prod.txt Normal file
View file

@ -0,0 +1,2 @@
django-mptt
unicode-slugify

1
requirements/test.txt Normal file
View file

@ -0,0 +1 @@
-r prod.txt