3
0
Fork 0

feat: add basic support for fanstatic / libcache

This commit is contained in:
Lance Edgar 2024-08-06 22:33:54 -05:00
parent d35e6e71c9
commit 23d227b2c6
16 changed files with 128 additions and 3 deletions

View file

@ -33,6 +33,7 @@ dependencies = [
"pyramid>=2",
"pyramid_beaker",
"pyramid_deform",
"pyramid_fanstatic",
"pyramid_mako",
"pyramid_tm",
"waitress",