chore(deps): add python-dotenv to requirements
Required for loading .env configuration file.
This commit is contained in:
parent
6ce23718bc
commit
39d1b0d48d
|
|
@ -1,6 +1,9 @@
|
||||||
# Lemontropia Suite Python Dependencies
|
# Lemontropia Suite Python Dependencies
|
||||||
# Install with: pip install -r requirements.txt
|
# Install with: pip install -r requirements.txt
|
||||||
|
|
||||||
|
# Configuration
|
||||||
|
python-dotenv>=1.0.0
|
||||||
|
|
||||||
# Testing (Never-Break Rule #5)
|
# Testing (Never-Break Rule #5)
|
||||||
pytest>=7.0.0
|
pytest>=7.0.0
|
||||||
pytest-asyncio>=0.21.0
|
pytest-asyncio>=0.21.0
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue