Skip to content

Commit

Permalink
Merge pull request #29 from brighthive/mci-removing-email-restriction…
Browse files Browse the repository at this point in the history
…/chore/ch1250/gregmundy

MCI removing email restriction/chore/ch1250/gregmundy
  • Loading branch information
gregmundy authored Jul 1, 2020
2 parents eb972db + 05673a1 commit 307ef13
Show file tree
Hide file tree
Showing 5 changed files with 433 additions and 350 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.7.2-slim
FROM python:3.8.3-slim
WORKDIR /master-client-index
ADD Pipfile Pipfile
ADD Pipfile.lock Pipfile.lock
Expand Down
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ pytest-mock = "*"
requests-mock = "*"

[requires]
python_version = "3.7"
python_version = "3.8"
Loading

0 comments on commit 307ef13

Please sign in to comment.