Skip to content

Commit

Permalink
Update python and packages (#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesGardiner authored Apr 13, 2021
1 parent 8a1556c commit 168ca28
Show file tree
Hide file tree
Showing 3 changed files with 867 additions and 581 deletions.
2 changes: 1 addition & 1 deletion .python-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.8.6
3.9.4
4 changes: 2 additions & 2 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ black = "==19.10b0"
[packages]
haralyzer = "*"
backoff = "*"
sdc-cryptography = "==0.2.3"
sdc-cryptography = "*"
click = "*"
locust = "*"
google-cloud-storage = "*"
Expand All @@ -19,7 +19,7 @@ matplotlib = "*"
slackclient = "*"

[requires]
python_version = "3.8"
python_version = "3.9"

[pipenv]
allow_prereleases = false
Loading

0 comments on commit 168ca28

Please sign in to comment.