Commit graph

12 commits

Author SHA1 Message Date
06794c3cea
refactor: replace Google Sheets with ODS processing
Some checks are pending
Docker / build (push) Waiting to run
Replaced the use of Google Sheets (pygsheets and related
dependencies) with local .ods file processing using Pandas.
This simplifies the data handling by removing external
dependencies and streamlining updates directly within .ods files.

Fixes issues related to reliance on Google API and enhances
performance by processing data locally.
2024-11-13 12:55:17 +01:00
fa5c3aaa7b
refactor: switch to pandas for data extraction
Some checks are pending
Docker / build (push) Waiting to run
Replaced pygsheets with pandas and removed dependency on Google Sheets for data extraction, leveraging local spreadsheet files instead. This improves reliability and simplifies setup by avoiding external API dependencies. Updated code to handle data conversion and string checks ensuring data consistency. Adjusted settings to accommodate new input file.
2024-11-13 10:08:39 +01:00
7cc291d758
fix: address formatting and configuration inconsistencies
Some checks are pending
Docker / build (push) Waiting to run
- Add '.vscode/' to '.gitignore' to exclude editor settings.
- Improve readability by converting single quotes to double quotes and reformatting long lines in Django settings and URLs.
- Relocate the SQLite database path to a more standard location.
- Enhance environment flexibility by adding dynamic handling for allowed hosts.
- Remove deprecated database dependency in requirements.

These updates enhance code clarity and maintainability, and prepare the codebase for potential migration to a more dynamic server configuration setup.
2024-11-12 13:45:40 +01:00
1465c63e37
chore: loosen version restrictions on Google deps
Some checks are pending
Docker / build (push) Waiting to run
Reduced version restrictions for several Google-related packages, changing them to allow any version less than 3.0.0. This change provides more flexibility and avoids potential dependency conflicts with future updates. Consider revisiting the need to pin dependencies so strictly.
2024-11-12 13:25:39 +01:00
8edb77bc52
chore(deps): update and clean up requirements
Some checks are pending
Docker / build (push) Waiting to run
Updated several library versions to their latest stable releases and added TODO comments for future version upgrades. Cleaned up the dependencies list by removing some indirect dependencies. Noted potential improvements regarding dependency pinning and project dependency structure, including suggestions for less strict pinning and reevaluating certain dependencies. Consider cleaning up obsolete or redundant dependencies in further refinements.
2024-11-12 13:22:12 +01:00
bfba2be97a
chore(deps): update requests, six, and urllib3 versions
Some checks are pending
Docker / build (push) Waiting to run
Upgraded requests to 2.32.3, six to 1.16.0, and urllib3 to 2.2.3 to incorporate the latest security patches and performance improvements. These updates ensure compatibility with newer libraries and enhance the overall stability of the application. No breaking changes are expected.
2024-11-12 08:00:51 +01:00
c9fc6942b0
chore(deps): update package versions in requirements.txt to at least build on Python 3.12
Some checks are pending
Docker / build (push) Waiting to run
Upgraded various dependencies to their latest versions, including aiohttp, frozenlist, multidict, pandas, python-dateutil, and yarl. These updates assure compatibility with Python 3.12 and may include performance enhancements and bug fixes.
2024-11-12 07:50:32 +01:00
w
bec3f6095b organize files to use with Docker 2024-11-11 23:58:39 +01:00
anon
b04600d555 changed settings 2023-10-10 10:21:32 -03:00
algernon
5f1f4e396e templatefixwidget 2022-10-24 16:09:27 -03:00
anon
8d6c010ebc dealing with async 2022-09-15 17:10:18 -03:00
anon
48e7175b5e fresh new version 2022-05-29 11:03:17 -03:00