From 992deb5580053dd3372cdd31385c9da2aaaf2af4 Mon Sep 17 00:00:00 2001 From: Michael Stephens Date: Mon, 4 Jan 2010 08:08:55 -0500 Subject: [PATCH] requirements.txt file --- requirements.txt | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 requirements.txt diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000000..a05cef979d --- /dev/null +++ b/requirements.txt @@ -0,0 +1,14 @@ +# Common requirements +BeautifulSoup +html5lib +lxml + +# Only needed if on Python 2.5 +simplejson + +# Required for Michigan +PdfMiner>=20091219 + +# Required for California +SQLAlchemy>=0.5.3 +MySQL-python