Add faker/contexttimer packages to Pipfile

This commit is contained in:
2023-04-23 14:30:57 -05:00
parent 2da765fa31
commit 658791bc94
2 changed files with 34 additions and 1 deletions

View File

@@ -5,6 +5,8 @@ name = "pypi"
[packages] [packages]
psycopg2-binary = "*" psycopg2-binary = "*"
faker = "*"
contexttimer = "*"
[dev-packages] [dev-packages]

33
Pipfile.lock generated
View File

@@ -1,7 +1,7 @@
{ {
"_meta": { "_meta": {
"hash": { "hash": {
"sha256": "e3d10bccc3c70962debf809cf6de2267c3720f7ac27d7e6cb4312ed01f289d94" "sha256": "4779176db738e88aefb330ce2935741e312825a47b6e87a7819ada2eeabba4e5"
}, },
"pipfile-spec": 6, "pipfile-spec": 6,
"requires": { "requires": {
@@ -16,6 +16,21 @@
] ]
}, },
"default": { "default": {
"contexttimer": {
"hashes": [
"sha256:35a1efd389af3f1ca509f33ff23e17d98b66c8fde5ba2a4eb8a8b7fa456598a5"
],
"index": "pypi",
"version": "==0.3.3"
},
"faker": {
"hashes": [
"sha256:170ead9d0d140916168b142df69c44722b8f622ced2070802d0af9c476f0cb84",
"sha256:977ad0b7aa7a61ed57287d6a0723a827e9d3dd1f8cc82aaf08707f281b33bacc"
],
"index": "pypi",
"version": "==18.4.0"
},
"psycopg2-binary": { "psycopg2-binary": {
"hashes": [ "hashes": [
"sha256:02c0f3757a4300cf379eb49f543fb7ac527fb00144d39246ee40e1df684ab514", "sha256:02c0f3757a4300cf379eb49f543fb7ac527fb00144d39246ee40e1df684ab514",
@@ -83,6 +98,22 @@
], ],
"index": "pypi", "index": "pypi",
"version": "==2.9.6" "version": "==2.9.6"
},
"python-dateutil": {
"hashes": [
"sha256:0123cacc1627ae19ddf3c27a5de5bd67ee4586fbdd6440d9748f8abb483d3e86",
"sha256:961d03dc3453ebbc59dbdea9e4e11c5651520a876d0f4db161e8674aae935da9"
],
"markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'",
"version": "==2.8.2"
},
"six": {
"hashes": [
"sha256:1e61c37477a1626458e36f7b1d82aa5c9b094fa4802892072e49de9c60c4c926",
"sha256:8abb2f1d86890a2dfb989f9a77cfcfd3e47c2a354b01111771326f8aa26e0254"
],
"markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'",
"version": "==1.16.0"
} }
}, },
"develop": {} "develop": {}