Add 'fanstatic' support for sake of libcache assets

for vue.js and oruga etc.

we don't want to include files in tailbone since they are apt to
change over time, and probably need to use different versions for
different apps etc.

much may need to change yet, this is a first attempt but so far it
seems quite promising
This commit is contained in:
Lance Edgar 2024-06-05 23:04:45 -05:00
parent 1afc70e788
commit d9911cf23d
3 changed files with 24 additions and 0 deletions

View file

@ -57,6 +57,7 @@ install_requires =
pyramid_beaker
pyramid_deform
pyramid_exclog
pyramid_fanstatic
pyramid_mako
pyramid_retry
pyramid_tm