mirror of
https://github.com/jazzband/django-categories.git
synced 2026-03-16 22:30:24 +00:00
Changed the requirements to use chained files.
This commit is contained in:
parent
0125004524
commit
e377eccb8c
4 changed files with 12 additions and 2 deletions
|
|
@ -1,2 +1 @@
|
||||||
django-mptt
|
-r requirements/prod.txt
|
||||||
unicode-slugify
|
|
||||||
|
|
|
||||||
8
requirements/dev.txt
Normal file
8
requirements/dev.txt
Normal 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
2
requirements/prod.txt
Normal file
|
|
@ -0,0 +1,2 @@
|
||||||
|
django-mptt
|
||||||
|
unicode-slugify
|
||||||
1
requirements/test.txt
Normal file
1
requirements/test.txt
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
-r prod.txt
|
||||||
Loading…
Reference in a new issue