diff options
| author | user <user@node5.net> | 2024-06-08 23:36:19 +0200 |
|---|---|---|
| committer | user <user@node5.net> | 2024-06-08 23:36:19 +0200 |
| commit | d0d41ec564f815365337a236d0ca36695dbd97b7 (patch) | |
| tree | 9d68c940d7405327cef88f46b8a2eef69fed732a /requirements.txt | |
| parent | eb4f8240bd5e6fcfe6662ad419711620964e4352 (diff) | |
Revert "cache slow json data"
This reverts commit eb4f8240bd5e6fcfe6662ad419711620964e4352.
Didn't take URL arg into account
Diffstat (limited to 'requirements.txt')
| -rw-r--r-- | requirements.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/requirements.txt b/requirements.txt index 1690951..b20b2d8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,4 @@ Flask~=3.0 PyYAML~=6.0 psycopg~=3.1 -uWSGI~=2.0 -Flask-Caching~=2.3
\ No newline at end of file +uWSGI~=2.0
\ No newline at end of file |
