From 2c35cf540d93a7b76cdec4d5e09ef397a5195ec5 Mon Sep 17 00:00:00 2001 From: vhash <29121316+LucasVanHaaren@users.noreply.github.com> Date: Sun, 24 Jul 2022 22:56:17 +0200 Subject: [PATCH] hotfix(dependencies): set fixed version for pelican package Temporary fix for #11 * bump version to 1.1.1 --- setup.cfg | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/setup.cfg b/setup.cfg index 712d794..bf5e65b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = pelican-data-files -version = 1.1.0 +version = 1.1.1 url = https://github.com/LucasVanHaaren/pelican-data-files # download_url = https://github.com/LucasVanHaaren/pelican-data-files author = vhash @@ -26,14 +26,14 @@ python_requires = >= 3.6 setup_requires = setuptools >=38.3.0 # version with most `setup.cfg` bugfixes install_requires = - pelican>=4.5 + pelican==4.5.1 [options.extras_require] dev = - flake8 + flake8 black invoke - twine + twine [options.entry_points] console_scripts =