- Updated .dockerignore and .gitignore for better file management. - Introduced .env.example for environment variable configuration. - Added docker-compose.dev.yml for development with mock data and live reload. - Enhanced Dockerfile to include necessary dependencies and entrypoint script. - Created mock_data.py to provide sample data for testing without OpenStack/Prometheus. - Added unit tests for template filters in dashboard. - Cleaned up various files for consistency and improved readability.
34 lines
611 B
Plaintext
34 lines
611 B
Plaintext
asgiref==3.11.0
|
|
certifi==2025.11.12
|
|
cffi==2.0.0
|
|
charset-normalizer==3.4.4
|
|
cryptography==46.0.3
|
|
decorator==5.2.1
|
|
Django==5.2.8
|
|
dogpile.cache==1.5.0
|
|
idna==3.11
|
|
iso8601==2.1.0
|
|
jmespath==1.0.1
|
|
jsonpatch==1.33
|
|
jsonpointer==3.0.0
|
|
keystoneauth1==5.12.0
|
|
numpy==2.3.5
|
|
openstacksdk==4.8.0
|
|
os-service-types==1.8.2
|
|
pandas==2.3.3
|
|
pbr==7.0.3
|
|
platformdirs==4.5.0
|
|
psutil==7.1.3
|
|
pycparser==2.23
|
|
python-dateutil==2.9.0.post0
|
|
pytz==2025.2
|
|
PyYAML==6.0.3
|
|
requests==2.32.5
|
|
requestsexceptions==1.4.0
|
|
six==1.17.0
|
|
sqlparse==0.5.4
|
|
stevedore==5.6.0
|
|
typing_extensions==4.15.0
|
|
tzdata==2025.2
|
|
urllib3==2.5.0
|