Initial upload of env-pro CLI tool

This commit is contained in:
2026-01-31 01:34:20 +00:00
parent 14d2b68c48
commit 8eb284d8df

11
app/requirements.txt Normal file
View File

@@ -0,0 +1,11 @@
click>=8.1.7
cryptography>=41.0.7
pyyaml>=6.0.1
python-dotenv>=1.0.0
pydantic>=2.5.0
keyring>=24.3.0
# Development dependencies
pytest>=7.4.0
pytest-cov>=4.1.0
pytest-mock>=3.12.0