- 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
11 lines
134 B
Plaintext
11 lines
134 B
Plaintext
httpx>=0.27.0
|
|
pydantic>=2.7.0
|
|
aitbc-crypto>=0.1.0
|
|
|
|
[dev]
|
|
pytest>=7.0.0
|
|
pytest-asyncio>=0.21.0
|
|
black>=23.0.0
|
|
isort>=5.12.0
|
|
mypy>=1.5.0
|