aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rwxr-xr-x[-rw-r--r--]setup.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index 2ff115f..cdb8ac0 100644..100755
--- a/setup.py
+++ b/setup.py
@@ -38,8 +38,8 @@ dependencies = [
'unidecode',
'lxml',
'yapsy',
- 'mock>=1.0.0',
'PyRSS2Gen',
+ 'pytz',
]
if sys.version_info[0] == 2:
@@ -182,7 +182,7 @@ def find_package_data(
return out
setup(name='Nikola',
- version='5.3',
+ version='5.4.2',
description='Static blog/website generator',
author='Roberto Alsina and others',
author_email='ralsina@netmanagers.com.ar',