diff --git a/Pymodbus/.gitignore b/Pymodbus/.gitignore new file mode 100644 index 0000000..bdd3e5b --- /dev/null +++ b/Pymodbus/.gitignore @@ -0,0 +1 @@ +./Pipfile \ No newline at end of file diff --git a/Pymodbus/Pipfile b/Pymodbus/Pipfile index 3f371c0..817f893 100644 --- a/Pymodbus/Pipfile +++ b/Pymodbus/Pipfile @@ -15,5 +15,5 @@ ipython = "*" [dev-packages] [requires] -python_version = "3.9" +python_version = "3.10.6"