From c0be486968fe3d375d1f408eae7f954e1f5f82fc Mon Sep 17 00:00:00 2001 From: mjfernez Date: Thu, 10 Mar 2022 18:34:22 -0500 Subject: Fixes RSS issues. Changes time tracking to git This commit primarily changes the code base to base the file last modified time on the output of "git log". This adds dateutil and git itself as a dependency, but those are pretty common... This also fixes some minor issues including: - missing / between mjfer.net and the URI - README up to date with latest changes - linting --- requirements.txt | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'requirements.txt') diff --git a/requirements.txt b/requirements.txt index b3c4209..ca6eda0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,10 +1,10 @@ -click==8.0.1 -Flask==2.0.1 -itsdangerous==2.0.1 -Jinja2==3.0.1 -MarkupSafe==2.0.1 -pip==20.3.4 -setuptools==44.1.1 -Werkzeug==2.0.1 -Flask-Compress==1.10.1 -Flask-Caching==1.10.1 +click>=8.0.1 +Flask>=2.0.1 +itsdangerous>=2.0.1 +Jinja2>=3.0.1 +MarkupSafe>=2.0.1 +pip>=20.3.4 +setuptools>=44.1.1 +Werkzeug>=2.0.1 +Flask-Compress>=1.10.1 +python-dateutil>=2.8.1 -- cgit v1.2.3