Skip to content

Commit

Permalink
Merge pull request #74 from deNBI/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
eKatchko authored May 27, 2021
2 parents 4153071 + d17f61b commit f0b7092
Show file tree
Hide file tree
Showing 3 changed files with 59 additions and 23 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.9.4-alpine
FROM python:3.9.5-alpine

RUN apk add --no-cache linux-headers musl-dev gcc libffi-dev openssl-dev cargo
WORKDIR /code
Expand Down
72 changes: 54 additions & 18 deletions Pipfile.lock

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

8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ cffi==1.14.5
chardet==4.0.0
cryptography==3.4.7
dateparser==1.0.0
decorator==5.0.7
dogpile.cache==1.1.2
decorator==5.0.9
dogpile.cache==1.1.3
humanize==3.5.0
idna==2.10
importlib-metadata==4.0.1 ; python_version < '3.8'
Expand All @@ -19,7 +19,7 @@ keystoneauth1==4.3.1
maya==0.6.1
munch==2.5.1.dev12
netifaces==0.10.9
openstacksdk==0.56.0
openstacksdk==0.57.0
os-service-types==1.7.0
pbr==5.6.0
pendulum==2.1.2
Expand All @@ -32,7 +32,7 @@ pyyaml==5.4.1
regex==2021.4.4
requests==2.25.1
requestsexceptions==1.4.0
six==1.15.0
six==1.16.0
snaptime==0.2.4
stevedore==3.3.0
toml==0.10.2
Expand Down

0 comments on commit f0b7092

Please sign in to comment.