Skip to content

Commit

Permalink
update python version and tiles style to make it running again
Browse files Browse the repository at this point in the history
  • Loading branch information
sdrll committed Aug 24, 2023
1 parent 0b2f9f4 commit 377ab70
Show file tree
Hide file tree
Showing 11 changed files with 10,050 additions and 311 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ name = "pypi"

[requires]

python_version = "3.6"
python_version = "3.9"

[dev-packages]

Expand Down
25 changes: 6 additions & 19 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions api/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM python:3.6-slim
FROM python:3.9-slim

RUN apt-get update && apt-get -y install gcc
RUN apt-get update && apt-get -y install gcc libpq-dev

RUN mkdir -p /usr/src/app
WORKDIR /usr/src/app
Expand Down
4 changes: 2 additions & 2 deletions api/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ name = "pypi"

apistar = "==0.3.9"
sqlalchemy = "*"
"psycopg2-binary" = "*"
psycopg2-binary = "*"


[requires]

python_version = "3.6"
python_version = "3.9"


[dev-packages]
Expand Down
535 changes: 375 additions & 160 deletions api/Pipfile.lock

Large diffs are not rendered by default.

Loading

0 comments on commit 377ab70

Please sign in to comment.