summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMonty Taylor <mordred@inaugust.com>2013-07-12 10:53:37 -0400
committerMonty Taylor <mordred@inaugust.com>2013-07-12 10:53:37 -0400
commitb5d64cdbe43a82df818250b780cc3c573560df1a (patch)
tree4afba50385e36eaf4b50b1eda1cfac3f532ea0ee
parent74ccf7a39762020671bf73820bae030d4b28bc96 (diff)
downloadsqalchemy-migrate-b5d64cdbe43a82df818250b780cc3c573560df1a.tar.gz
Add a reqs files for RTFD
RTFD only has a single requirements field, so make one that installs the total set of needed requirements to allow docs to build properly. Change-Id: I79b8202a6a7944cec052a2431dff670258bf7171
-rw-r--r--doc-requirements.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc-requirements.txt b/doc-requirements.txt
new file mode 100644
index 0000000..9463811
--- /dev/null
+++ b/doc-requirements.txt
@@ -0,0 +1,2 @@
+-r requirements.txt
+-r test-requirements.txt