File tree 3 files changed +10
-12
lines changed
3 files changed +10
-12
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ exclude: '^docs/|/migrations/|devcontainer.json'
2
2
default_stages : [commit]
3
3
4
4
default_language_version :
5
- python : python3.11
5
+ python : python3.12
6
6
7
7
repos :
8
8
- repo : https://github.com/pre-commit/pre-commit-hooks
Original file line number Diff line number Diff line change @@ -14,6 +14,15 @@ classifiers = [
14
14
" Programming Language :: Python :: 3" ,
15
15
]
16
16
17
+ dependencies = [
18
+ " pyserial>=3.5" ,
19
+ " intelhex>=2.3.0" ,
20
+ " pycrc>=0.10.0" ,
21
+ " click>=8.0.0" ,
22
+ " pandas>=2.2.0" ,
23
+ " numpy>=1.26.0"
24
+ ]
25
+
17
26
[project .urls ]
18
27
repository =' https://github.com/snhobbs/NXPISP'
19
28
url =' https://github.com/snhobbs/NXPISP'
@@ -29,9 +38,6 @@ include-package-data = true
29
38
[tool .setuptools .packages .find ]
30
39
where = [" src" , " src/isp_programmer" ]
31
40
32
- [tool .setuptools .dynamic ]
33
- dependencies = {file = [" requirements.txt" ]}
34
-
35
41
[build-system ]
36
42
requires = [
37
43
" setuptools>=60" ,
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments