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