Skip to content

Commit

Permalink
fix(nossas): inherit requirements.txt on root codebase
Browse files Browse the repository at this point in the history
  • Loading branch information
igr-santos committed Nov 1, 2024
1 parent a3aa930 commit 9ea9482
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 46 deletions.
4 changes: 2 additions & 2 deletions app/org_nossas/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ RUN apt-get update --yes --quiet && apt-get install --yes --quiet --no-install-r
RUN pip install uwsgi django-storages boto3 django-prometheus

# Install the project requirements.
COPY org_nossas/requirements.txt /
RUN pip install -r requirements.txt
# COPY org_nossas/requirements.txt /
RUN pip install -r org_nossas/requirements.txt

# Use /app folder as a directory where the source code is stored.
WORKDIR /app
Expand Down
45 changes: 1 addition & 44 deletions app/org_nossas/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,44 +1 @@
django==4.2
django-environ
psycopg2-binary
django-select2
django-compressor==4.4
django-sass-processor==1.4
django-entangled==0.5.4
django-formtools
django-recaptcha==3
django-jsonform>=2.21.2
django-libsass==0.9
django-colorfield
django-tag-fields
django-admin-sortable2==2.1.10
# Django CMS
django-cms==3.11.5
djangocms-admin-style==3.2.4
djangocms-text-ckeditor
djangocms-picture
djangocms-video
djangocms_snippet
djangocms-frontend>=1.2.1
django-prometheus
# Authentication all platforms
bcrypt
whitenoise
svglib
reportlab
django-social-share
pyjwt
requests
# Domains
etcd3-py>=0.1.6
dnspython>=2.4.2
# Nossas
django-haystack==3.2.1
django-translated-fields>=0.12.0
git+https://github.com/nossas/djangocms-form-builder.git@feature/add-input-fields-on-form-plugin
# Tests
pytest
pytest-django
pytest-cov
pytest-mock
mock
-r ../requirements.txt

0 comments on commit 9ea9482

Please sign in to comment.