]> git.phdru.name Git - cookiecutter.git/commitdiff
Require pytest for testing and Sphinx for docs
authorOleg Broytman <phd@phdru.name>
Sun, 11 Sep 2016 19:20:28 +0000 (22:20 +0300)
committerOleg Broytman <phd@phdru.name>
Sun, 11 Sep 2016 19:28:32 +0000 (22:28 +0300)
project_template/requirements_dev.txt [new file with mode: 0644]
project_template/requirements_docs.txt [new file with mode: 0644]

diff --git a/project_template/requirements_dev.txt b/project_template/requirements_dev.txt
new file mode 100644 (file)
index 0000000..73c8ac6
--- /dev/null
@@ -0,0 +1,3 @@
+-r requirements.txt
+
+pytest
diff --git a/project_template/requirements_docs.txt b/project_template/requirements_docs.txt
new file mode 100644 (file)
index 0000000..94d38eb
--- /dev/null
@@ -0,0 +1,3 @@
+-r requirements.txt
+
+Sphinx