Skip to content

Commit

Permalink
add setuptools
Browse files Browse the repository at this point in the history
  • Loading branch information
mam10eks committed Jan 30, 2025
1 parent b84fe2b commit 3da9b6a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion application/Dockerfile.prod
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ COPY --from=build /tira/src/tira_app/management/commands/irds_cli.sh /irds_cli.s

RUN <<EOF
ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
apt-get -qq update && apt-get -qq install -y locales
apt-get -qq update && apt-get -qq install -y locales python3-setuptools
echo "en_US.UTF-8 UTF-8" | tee -a /etc/locale.gen && locale-gen

# Tools
Expand Down
2 changes: 1 addition & 1 deletion application/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ package_dir =
packages = find_namespace:
install_requires =
grpcio>=1.53.2
# grpcio-tools==1.36.1 # still needed?
protobuf<4.0dev
Django==5.0.9
setuptools
pyyaml
requests
randomname
Expand Down

0 comments on commit 3da9b6a

Please sign in to comment.