Skip to content
Snippets Groups Projects
Commit 817d52b7 authored by Anton Tetov Johansson's avatar Anton Tetov Johansson
Browse files

allow py 3.7, add mypy for dev install

parent c40b968c
No related branches found
No related tags found
No related merge requests found
...@@ -2,5 +2,5 @@ name: abb-egm-examples ...@@ -2,5 +2,5 @@ name: abb-egm-examples
channels: channels:
- conda-forge - conda-forge
dependencies: dependencies:
- python >=3.9, <3.10 - python >=3.7, <3.10
- protobuf - protobuf
...@@ -4,7 +4,7 @@ version = 0.1.0 ...@@ -4,7 +4,7 @@ version = 0.1.0
[options] [options]
packages = abb_egm_client packages = abb_egm_client
python_requires = >= 3.9 python_requires = >= 3.7
install_requires = install_requires =
protobuf protobuf
...@@ -13,6 +13,7 @@ dev = ...@@ -13,6 +13,7 @@ dev =
black black
flake8 flake8
isort >= 5.0.0 isort >= 5.0.0
mypy
[flake8] [flake8]
max-line-length = 88 max-line-length = 88
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment