Use hashed requirements lock

This commit is contained in:
thePR0M3TH3AN
2025-08-03 10:08:50 -04:00
parent c3ed4c08ee
commit 6f885bd65e
9 changed files with 2004 additions and 111 deletions

View File

@@ -9,7 +9,7 @@ This project is written in **Python**. Follow these instructions when working wi
```bash
python3 -m venv venv
source venv/bin/activate
pip install -r src/requirements.txt
pip install --require-hashes -r requirements.lock
```
2. Run the test suite using **pytest**: