Commit Graph

4 Commits (develop-ruff)

Author SHA1 Message Date
as3ii e6bcd2490e
Install only required dependencies
- `pip install .` installs only the libraries required to run freedata
- `pip install .[test]` installs the libraries required for running and testing freedata
- `pip install .[dev]` installs the libraries required for running, testing and linting/checking freedata
- `pip install .[build]` installs only the libraries required to run and build the freedata pip module
- `pip install .[nuitka]` installs only the libraries required to run and build the freedata executable

requirements.txt remains only for backward compatibility
2025-11-11 23:22:22 +01:00
Neil G7UFO 4a2d364a85
Only build codec2 2025-02-16 16:30:29 +00:00
Neil G7UFO 3e934de58b
Address CodeFactor finding 2025-01-03 17:59:00 +00:00
Neil G7UFO 26416b8bfa
Add Dockerfile and build action 2025-01-03 16:30:13 +00:00