From 245d098b64da25a4673a2118a6a69920ed82bd22 Mon Sep 17 00:00:00 2001 From: Ant Zucaro Date: Sat, 26 Aug 2017 10:38:18 -0400 Subject: [PATCH] Add a requirements file. --- requirements.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 requirements.txt diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..2f98344 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,12 @@ +psycopg2 +pyramid +pyramid_beaker +pyramid_mako +repoze.tm2 +sqlahelper +SQLAlchemy +transaction +waitress +WebError +webhelpers +zope.sqlalchemy -- 2.39.2