Skip to content

Commit fab8cb1

Browse files
committed
CH-216 some tweaks for containers compatibility
1 parent e79c1f7 commit fab8cb1

3 files changed

Lines changed: 6 additions & 8 deletions

File tree

.dockerignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
.tox
33
docs
44
/applications
5-
/infrastructure
5+
# /infrastructure
66
/blueprint
77
test
8-
/tools/deployment-cli-tools
8+
# /tools/deployment-cli-tools
99
.github
1010
.git
1111
.vscode

infrastructure/common-images/cloudharness-django/libraries/cloudharness-django/setup.cfg

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ include_package_data = true
2929
packages = find:
3030
python_requires = >=3.6
3131
install_requires =
32-
Django>=4.0.7
33-
django-admin-extra-buttons>=1.4.2
34-
psycopg2-binary>=2.9.3
35-
Pillow>=9.2.0
32+
Django
33+
django-admin-extra-buttons
34+
psycopg2-binary
35+
Pillow
3636
python-keycloak
3737
django-prometheus

tools/deployment-cli-tools/requirements.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,5 @@ docker
22
six
33
ruamel.yaml
44
oyaml
5-
cloudharness_model
6-
cloudharness_utils
75
dirhash
86
StrEnum ; python_version < '3.11'

0 commit comments

Comments
 (0)