summaryrefslogtreecommitdiff
path: root/test-requirements.txt
diff options
context:
space:
mode:
authorMonty Taylor <mordred@inaugust.com>2013-07-11 15:50:07 -0400
committerMonty Taylor <mordred@inaugust.com>2013-07-11 15:50:07 -0400
commite0edf4d4a13de3596592545c1e969e3472b1d2b9 (patch)
treece9775d23d376ab3d34f4825a9e8d87164d1137b /test-requirements.txt
parent08cacdac5900c99834ef3484f326f0793c19290e (diff)
downloadsqalchemy-migrate-e0edf4d4a13de3596592545c1e969e3472b1d2b9.tar.gz
Initial changes to import into StackForge.
Diffstat (limited to 'test-requirements.txt')
-rw-r--r--test-requirements.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/test-requirements.txt b/test-requirements.txt
new file mode 100644
index 0000000..273f886
--- /dev/null
+++ b/test-requirements.txt
@@ -0,0 +1,11 @@
+coverage
+nose
+nosexcover
+# NOTE: scripttest 1.0.1 removes base_path argument to ScriptTest
+scripttest==1.0
+pytz
+psycopg2
+pysqlite
+mysql-python
+virtualenv
+unittest2