README update and added Nuitka out file and build directory to .gitignore.
This commit is contained in:
parent
cc6b078ec1
commit
a6d99ee5f7
2 changed files with 5 additions and 3 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -1,7 +1,9 @@
|
||||||
.idea
|
.idea
|
||||||
|
fgg.build
|
||||||
photo/*
|
photo/*
|
||||||
photos/*
|
photos/*
|
||||||
tmp/*.dump.json
|
tmp/*.dump.json
|
||||||
venv
|
venv
|
||||||
|
|
||||||
|
fgg.bin
|
||||||
fgg.iml
|
fgg.iml
|
||||||
|
|
@ -11,9 +11,9 @@ 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
|
- 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
|
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.)
|
||||||
- crc32c 2.3 - [https://pypi.org/project/crc32c/]()
|
- crc32c 2.3 - [https://pypi.org/project/crc32c/](https://pypi.org/project/crc32c/)
|
||||||
- flickr-api 0.7.5 - [https://pypi.org/project/flickr-api/]()
|
- flickr-api 0.7.5 - [https://pypi.org/project/flickr-api/](https://pypi.org/project/flickr-api/)
|
||||||
- requests 2.28.1 - [https://pypi.org/project/requests/]()
|
- requests 2.28.1 - [https://pypi.org/project/requests/](https://pypi.org/project/requests/)
|
||||||
|
|
||||||
## To do:
|
## To do:
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue