setup.py
changeset 1409 c5d0919c9159
parent 1402 4304b80a00b3
child 1412 5a4cc99b8253
--- a/setup.py	Mon Jul 20 12:30:49 2020 +0200
+++ b/setup.py	Mon Jul 20 14:08:32 2020 +0200
@@ -24,7 +24,7 @@
 README = os.path.join(DOCS, 'README.txt')
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 
-version = '0.1.60'
+version = '0.1.61'
 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
 
 tests_require = []
@@ -61,6 +61,7 @@
           # -*- Extra requirements: -*-
           'fanstatic',
           'hypatia',
+          'myams',
           'persistent',
           'pyams_catalog',
           'pyams_file',