mirror of
https://github.com/bckelley/tconnectsync.git
synced 2026-08-24 03:34:12 -05:00
add setuptools dep
This commit is contained in:
@@ -22,6 +22,7 @@ cryptography = "*"
|
|||||||
dataclasses-json = "*"
|
dataclasses-json = "*"
|
||||||
cffi = ">=1.15.1"
|
cffi = ">=1.15.1"
|
||||||
typing-extensions = "*"
|
typing-extensions = "*"
|
||||||
|
setuptools = "*"
|
||||||
|
|
||||||
[scripts]
|
[scripts]
|
||||||
tconnectsync = "python3 main.py"
|
tconnectsync = "python3 main.py"
|
||||||
|
|||||||
Generated
+10
-1
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"_meta": {
|
"_meta": {
|
||||||
"hash": {
|
"hash": {
|
||||||
"sha256": "1d28c5104c37e390b88704d1453eec15e5c6df241ca85f82a88973f8aee2d1d1"
|
"sha256": "df9bc6de430527b98d62275ee23f7dd1b7f9570bbf710f65cb52be5a7e10d6c8"
|
||||||
},
|
},
|
||||||
"pipfile-spec": 6,
|
"pipfile-spec": 6,
|
||||||
"requires": {},
|
"requires": {},
|
||||||
@@ -557,6 +557,15 @@
|
|||||||
"markers": "python_version >= '3.7' and python_version < '4'",
|
"markers": "python_version >= '3.7' and python_version < '4'",
|
||||||
"version": "==0.6.2"
|
"version": "==0.6.2"
|
||||||
},
|
},
|
||||||
|
"setuptools": {
|
||||||
|
"hashes": [
|
||||||
|
"sha256:062d34222ad13e0cc312a4c02d73f059e86a4acbfbdea8f8f76b28c99f306922",
|
||||||
|
"sha256:f36b47402ecde768dbfafc46e8e4207b4360c654f1f3bb84475f0a28628fb19c"
|
||||||
|
],
|
||||||
|
"index": "pypi",
|
||||||
|
"markers": "python_version >= '3.9'",
|
||||||
|
"version": "==80.9.0"
|
||||||
|
},
|
||||||
"six": {
|
"six": {
|
||||||
"hashes": [
|
"hashes": [
|
||||||
"sha256:1e61c37477a1626458e36f7b1d82aa5c9b094fa4802892072e49de9c60c4c926",
|
"sha256:1e61c37477a1626458e36f7b1d82aa5c9b094fa4802892072e49de9c60c4c926",
|
||||||
|
|||||||
Reference in New Issue
Block a user