Skip to content
Snippets Groups Projects
Commit feb19d2a authored by Claycomb, Abram Earl's avatar Claycomb, Abram Earl
Browse files

Merge branch 'update-pipfile' into 'master'

update coverage and Pillow in Pipfile

See merge request !117
parents 216d6bd0 b2643607
No related branches found
No related tags found
2 merge requests!146Release CMO metadata to production,!117update coverage and Pillow in Pipfile
Pipeline #63060 passed
...@@ -6,6 +6,7 @@ verify_ssl = true ...@@ -6,6 +6,7 @@ verify_ssl = true
[dev-packages] [dev-packages]
bandit = "*" bandit = "*"
black = "==20.8b1" black = "==20.8b1"
coverage = "==6.0b1"
pre-commit = "*" pre-commit = "*"
pytest = "*" pytest = "*"
pytest-cov = "*" pytest-cov = "*"
...@@ -26,7 +27,7 @@ gunicorn = "*" ...@@ -26,7 +27,7 @@ gunicorn = "*"
httpx = "==0.11.1" httpx = "==0.11.1"
lxml = "==4.6.3" lxml = "==4.6.3"
openpyxl = "*" openpyxl = "*"
pillow = "==8.2.0" pillow = "==8.3"
pydantic = "==1.8.2" pydantic = "==1.8.2"
sqlalchemy = "<1.4.0" sqlalchemy = "<1.4.0"
sqlalchemy-utc = "*" sqlalchemy-utc = "*"
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment