Added Jinja2 to requirements.txt, README update and added template directories.
This commit is contained in:
parent
39cb51eb2d
commit
61aaa2bb21
5 changed files with 6 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
crc32c~=2.3
|
||||
flickr-api~=0.7.5
|
||||
Jinja2~=3.1.2
|
||||
requests~=2.28.1
|
||||
0
templates/.gitkeep
Normal file
0
templates/.gitkeep
Normal file
0
templates/default/.gitkeep
Normal file
0
templates/default/.gitkeep
Normal file
0
templates/hanez/.gitkeep
Normal file
0
templates/hanez/.gitkeep
Normal file
Loading…
Add table
Add a link
Reference in a new issue