This commit is contained in:
Balakrishnan Balasubramanian 2023-05-12 16:49:51 -04:00
parent a03228e323
commit df14e4a5cc
2 changed files with 14 additions and 5 deletions

View File

@ -7,6 +7,7 @@ name = "pypi"
[packages] [packages]
aiosmtpd = "*" aiosmtpd = "*"
python-jata = "*"
[requires] [requires]
python_version = "3" python_version = "3"

18
Pipfile.lock generated
View File

@ -1,7 +1,7 @@
{ {
"_meta": { "_meta": {
"hash": { "hash": {
"sha256": "cd44c5a29603af504ac09a891df42c6b649da6269ce69b77888fabb13ecf41c3" "sha256": "5c16e20a67c73101d465516d657e21c6c1d3f853ae16dcfe782b7f9e8ba139e5"
}, },
"pipfile-spec": 6, "pipfile-spec": 6,
"requires": { "requires": {
@ -34,11 +34,19 @@
}, },
"attrs": { "attrs": {
"hashes": [ "hashes": [
"sha256:29e95c7f6778868dbd49170f98f8818f78f3dc5e0e37c0b1f474e3561b240836", "sha256:1f28b4522cdc2fb4256ac1a020c78acf9cba2c6b461ccd2c126f3aa8e8335d04",
"sha256:c9227bfc2f01993c03f68db37d1d15c9690188323c067c641f1a35ca58185f99" "sha256:6279836d581513a26f1bf235f9acd333bc9115683f14f7e8fae46c98fc50e015"
], ],
"markers": "python_version >= '3.6'", "markers": "python_version >= '3.7'",
"version": "==22.2.0" "version": "==23.1.0"
},
"python-jata": {
"hashes": [
"sha256:3c05e3008721ebf19b95b6c51495afa9df6017f88356e4d48853034a20011579",
"sha256:ff4cd7ca75c9a8306b69ef6e878c296a5602f3279c6f9a82b6105b8eba764760"
],
"index": "pypi",
"version": "==1.2"
} }
}, },
"develop": {} "develop": {}