Skip to content

Commit

Permalink
fixup: final typos + lockfiles pass
Browse files Browse the repository at this point in the history
  • Loading branch information
mcous committed Aug 26, 2021
1 parent 3044f98 commit 30fae68
Show file tree
Hide file tree
Showing 10 changed files with 108 additions and 81 deletions.
2 changes: 1 addition & 1 deletion api/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ black = "==21.7b0"
# pytest dependencies on windows, spec'd here to force lockfile inclusion
# https://github.com/pypa/pipenv/issues/4408#issuecomment-668324177
atomicwrites = {version="==1.4.0", sys_platform="== 'win32'"}
colorama = {version="0.4.4", sys_platform="== 'win32'"}
colorama = {version="==0.4.4", sys_platform="== 'win32'"}

[packages]
opentrons-shared-data = {editable = true, path = "../shared-data/python"}
Expand Down
120 changes: 74 additions & 46 deletions api/Pipfile.lock

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

14 changes: 7 additions & 7 deletions notify-server/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,16 @@ typing-extensions = "==3.10.0.0"

[dev-packages]
notify-server = {editable = true, path = "."}
flake8 = "==3.*,>=3.8.4"
flake8-annotations = "==2.*,>=2.4.1"
flake8-docstrings = "==1.*,>=1.5.0"
mock = "==4.*,>=4.0.2"
flake8 = "~=3.9.0"
flake8-annotations = "~=2.6.2"
flake8-docstrings = "~=1.6.0"
mock = "~=4.0.2"
mypy = "==0.800"
pytest = "==6.*,>=6.1.0"
pytest-cov = "==2.*,<2.11.0"
pytest = "==6.1.0"
pytest-cov = "==2.10.1"
pytest-asyncio = "==0.15.1"
pytest-xdist = "~=2.2.1"
# pytest dependencies on windows, spec'd here to force lockfile inclusion
# https://github.com/pypa/pipenv/issues/4408#issuecomment-668324177
atomicwrites = {version="==1.4.0", sys_platform="== 'win32'"}
colorama = {version="0.4.4", sys_platform="== 'win32'"}
colorama = {version="==0.4.4", sys_platform="== 'win32'"}
10 changes: 5 additions & 5 deletions notify-server/Pipfile.lock

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

2 changes: 1 addition & 1 deletion robot-server/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ black = "==21.7b0"
# pytest dependencies on windows, spec'd here to force lockfile inclusion
# https://github.com/pypa/pipenv/issues/4408#issuecomment-668324177
atomicwrites = {version="==1.4.0", sys_platform="== 'win32'"}
colorama = {version="0.4.4", sys_platform="== 'win32'"}
colorama = {version="==0.4.4", sys_platform="== 'win32'"}

[packages]
opentrons = {editable = true, path = "../api"}
Expand Down
2 changes: 1 addition & 1 deletion robot-server/Pipfile.lock

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

3 changes: 1 addition & 2 deletions shared-data/python/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ python_version = "3.7"

[dev-packages]
opentrons-shared-data = {editable = true, path = "."}
typing-extensions = "*"
mypy = "==0.800"
flake8 = "~=3.9.0"
flake8-annotations = "~=2.6.2"
Expand All @@ -23,7 +22,7 @@ typeguard = "==2.7.1"
# pytest dependencies on windows, spec'd here to force lockfile inclusion
# https://github.com/pypa/pipenv/issues/4408#issuecomment-668324177
atomicwrites = {version="==1.4.0", sys_platform="== 'win32'"}
colorama = {version="0.4.4", sys_platform="== 'win32'"}
colorama = {version="==0.4.4", sys_platform="== 'win32'"}

[packages]
jsonschema = "==3.0.2"
Expand Down
Loading

0 comments on commit 30fae68

Please sign in to comment.