diff options
author | Frederick Yin <fkfd@macaw.me> | 2020-07-10 17:57:49 +0800 |
---|---|---|
committer | Frederick Yin <fkfd@macaw.me> | 2020-07-10 17:59:14 +0800 |
commit | a4f8c8a25d1deadea90c44c0445fa902c26d6306 (patch) | |
tree | d9e0171ee90611481c9646d5666c11908f3dbe4d /README.md | |
parent | b5b74573fe2a6c8030122ff6574603c8e3668c85 (diff) |
Caching 101
Changes:
- Caching operations
- Mangled internal method names
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -19,6 +19,7 @@ Dependencies: - relatively new version of Python (3.8.3 personally) - pygit2 (`pip install pygit2`) - hurry.filesize (`pip install hurry.filesize`) +- dateutil (`pip install python-dateutil`) - a gemini server capable of serving CGI You need to edit the shebang of `git-gmi/cgi`: |