diff -r 916c81459d6b -r c5d0919c9159 setup.py --- 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',