- Remove executable permissions from configuration files (.editorconfig, .env.example, .gitignore) - Remove executable permissions from documentation files (README.md, LICENSE, SECURITY.md) - Remove executable permissions from web assets (HTML, CSS, JS files) - Remove executable permissions from data files (JSON, SQL, YAML, requirements.txt) - Remove executable permissions from source code files across all apps - Add executable permissions to Python
12 lines
183 B
Plaintext
12 lines
183 B
Plaintext
click>=8.0.0
|
|
httpx>=0.24.0
|
|
pydantic>=1.10.0
|
|
pyyaml>=6.0
|
|
rich>=13.0.0
|
|
keyring>=23.0.0
|
|
cryptography>=3.4.8
|
|
click-completion>=0.5.2
|
|
tabulate>=0.9.0
|
|
colorama>=0.4.4
|
|
python-dotenv>=0.19.0
|