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