Skip to content

Commit

Permalink
Merge pull request #12 from davewalker5/dependabot-updates
Browse files Browse the repository at this point in the history
Dependabot updates
  • Loading branch information
davewalker5 authored Jun 18, 2024
2 parents a8592f8 + b59237d commit 812d7b8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
FROM python:3.10-slim-bullseye AS runtime

COPY hieroglyphics-1.2.0.0 /opt/hieroglyphics-1.2.0.0
COPY hieroglyphics-1.3.0.0 /opt/hieroglyphics-1.3.0.0

WORKDIR /opt/hieroglyphics-1.2.0.0
WORKDIR /opt/hieroglyphics-1.3.0.0

RUN apt-get update -y
RUN pip install -r requirements.txt
RUN pip install hieroglyphics-1.2.0-py3-none-any.whl
RUN pip install hieroglyphics-1.3.0-py3-none-any.whl

ENTRYPOINT [ "python" ]
CMD [ "-m", "hieroglyphics", "production" ]
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ sphinxcontrib-jsmath==1.0.1
sphinxcontrib-qthelp==1.0.3
sphinxcontrib-serializinghtml==1.1.5
tomli==2.0.1
urllib3==2.1.0
urllib3==2.2.2
Werkzeug==3.0.3
WTForms==3.0.1
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def find_package_files(directory, remove_root):

setuptools.setup(
name="hieroglyphics",
version="1.2.0",
version="1.3.0",
description="English to Hieroglyphics Transliterator",
packages=setuptools.find_packages("src"),
include_package_data=True,
Expand Down

0 comments on commit 812d7b8

Please sign in to comment.