setup.py
changeset 1175 b851a687604d
parent 1151 789e9f5c510e
child 1178 a82fd2ebb713
--- a/setup.py	Fri Dec 14 18:29:23 2018 +0100
+++ b/setup.py	Fri Dec 14 18:38:02 2018 +0100
@@ -24,7 +24,7 @@
 README = os.path.join(DOCS, 'README.txt')
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 
-version = '0.1.30'
+version = '0.1.31'
 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
 
 tests_require = []
@@ -83,6 +83,7 @@
           'pyramid_chameleon',
           'pyramid_mailer',
           'transaction',
+          'tinycss2',
           'z3c.form',
           'z3c.table',
           'zodbupdate',