add setuptools dep

This commit is contained in:
James Woglom
2026-03-05 02:50:33 -05:00
parent 68dcb25911
commit 0733531f67
2 changed files with 12 additions and 2 deletions
+2 -1
View File
@@ -22,9 +22,10 @@ cryptography = "*"
dataclasses-json = "*"
cffi = ">=1.15.1"
typing-extensions = "*"
setuptools = "*"
[scripts]
tconnectsync = "python3 main.py"
test = "python3 -m unittest discover -vv"
build_events = "bash -c 'cd tconnectsync/eventparser && python3 build_events.py > events.py'"
lint = "bash -c 'flake8 . --count --select=E9,F63,F7,F82 && flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 && echo PASS'"
lint = "bash -c 'flake8 . --count --select=E9,F63,F7,F82 && flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 && echo PASS'"
Generated
+10 -1
View File
@@ -1,7 +1,7 @@
{
"_meta": {
"hash": {
"sha256": "1d28c5104c37e390b88704d1453eec15e5c6df241ca85f82a88973f8aee2d1d1"
"sha256": "df9bc6de430527b98d62275ee23f7dd1b7f9570bbf710f65cb52be5a7e10d6c8"
},
"pipfile-spec": 6,
"requires": {},
@@ -557,6 +557,15 @@
"markers": "python_version >= '3.7' and python_version < '4'",
"version": "==0.6.2"
},
"setuptools": {
"hashes": [
"sha256:062d34222ad13e0cc312a4c02d73f059e86a4acbfbdea8f8f76b28c99f306922",
"sha256:f36b47402ecde768dbfafc46e8e4207b4360c654f1f3bb84475f0a28628fb19c"
],
"index": "pypi",
"markers": "python_version >= '3.9'",
"version": "==80.9.0"
},
"six": {
"hashes": [
"sha256:1e61c37477a1626458e36f7b1d82aa5c9b094fa4802892072e49de9c60c4c926",