This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "SQLObject development repository".
The branch, master has been updated
via 9785f246ee72d20f77fd5e9290bb59f587a49287 (commit)
from 6ec83457d064928b2ecb1edca36b6824d029e9ab (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://sourceforge.net/p/sqlobject/sqlobject/ci/9785f246ee72d20f77fd5e9290bb59f587a49287
commit 9785f246ee72d20f77fd5e9290bb59f587a49287
Author: Oleg Broytman <ph...@ph...>
Date: Sun Aug 7 05:23:51 2016 +0300
Add requirements for development and docs building
Add requirements for development (pytest, coverage and tox)
and docs building (pudge).
diff --git a/requirements_dev.txt b/requirements_dev.txt
new file mode 100644
index 0000000..a3e423e
--- /dev/null
+++ b/requirements_dev.txt
@@ -0,0 +1,5 @@
+-r requirements.txt
+
+pytest
+pytest-cov
+tox
diff --git a/requirements_docs.txt b/requirements_docs.txt
new file mode 100644
index 0000000..ee7cb22
--- /dev/null
+++ b/requirements_docs.txt
@@ -0,0 +1,5 @@
+-r requirements.txt
+
+buildutils
+kid >= 0.9.6
+pudge
-----------------------------------------------------------------------
Summary of changes:
requirements_dev.txt | 5 +++++
requirements_docs.txt | 5 +++++
2 files changed, 10 insertions(+), 0 deletions(-)
create mode 100644 requirements_dev.txt
create mode 100644 requirements_docs.txt
hooks/post-receive
--
SQLObject development repository
|