From 61aaa2bb2155fc87aef5382d95af4dcf1b52a560 Mon Sep 17 00:00:00 2001 From: Johannes Findeisen Date: Wed, 23 Nov 2022 19:09:14 +0100 Subject: [PATCH] Added Jinja2 to requirements.txt, README update and added template directories. --- README.md | 6 +++++- requirements.txt | 1 + templates/.gitkeep | 0 templates/default/.gitkeep | 0 templates/hanez/.gitkeep | 0 5 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 templates/.gitkeep create mode 100644 templates/default/.gitkeep create mode 100644 templates/hanez/.gitkeep diff --git a/README.md b/README.md index 83dd294..0039121 100644 --- a/README.md +++ b/README.md @@ -10,9 +10,13 @@ More to come... - Python 3.* (I don't now the concrete version right now. I use only Python 3.10 at the moment. Could be that fgg is running with an older version, but it could also be that required libs do not. Please report your Python version to - me if fgg works for you to help me to create a compatibility list.) + me if fgg works for you to help me to create a compatibility list.) - [https://python.org](https://python.org) + +### Libraries + - crc32c 2.3 - [https://pypi.org/project/crc32c/](https://pypi.org/project/crc32c/) - flickr-api 0.7.5 - [https://pypi.org/project/flickr-api/](https://pypi.org/project/flickr-api/) +- Jinja2 3.1.2 - [https://pypi.org/project/Jinja2/](https://pypi.org/project/Jinja2/) - requests 2.28.1 - [https://pypi.org/project/requests/](https://pypi.org/project/requests/) ## To do diff --git a/requirements.txt b/requirements.txt index 078c15c..a92af75 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,4 @@ crc32c~=2.3 flickr-api~=0.7.5 +Jinja2~=3.1.2 requests~=2.28.1 \ No newline at end of file diff --git a/templates/.gitkeep b/templates/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/templates/default/.gitkeep b/templates/default/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/templates/hanez/.gitkeep b/templates/hanez/.gitkeep new file mode 100644 index 0000000..e69de29