Add parsedatetime to pipenv
This commit is contained in:
parent
b93aefa607
commit
d45c953eae
2 changed files with 19 additions and 4 deletions
1
Pipfile
1
Pipfile
|
@ -14,6 +14,7 @@ etcd3-wrapper = "*"
|
||||||
pyotp = "*"
|
pyotp = "*"
|
||||||
requests = "*"
|
requests = "*"
|
||||||
stripe = "*"
|
stripe = "*"
|
||||||
|
parsedatetime = "*"
|
||||||
|
|
||||||
[requires]
|
[requires]
|
||||||
python_version = "3.7"
|
python_version = "3.7"
|
||||||
|
|
22
Pipfile.lock
generated
22
Pipfile.lock
generated
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"_meta": {
|
"_meta": {
|
||||||
"hash": {
|
"hash": {
|
||||||
"sha256": "e03b05613b4542fe4c028840bad3f08b9bf5a7040ea2cda0e34c1d5d807aca7d"
|
"sha256": "b8d29fcfe7e42c4aac3cb0c461eb6354216c78bd89dc8fc6904711a5d430b4cc"
|
||||||
},
|
},
|
||||||
"pipfile-spec": 6,
|
"pipfile-spec": 6,
|
||||||
"requires": {
|
"requires": {
|
||||||
|
@ -53,11 +53,11 @@
|
||||||
},
|
},
|
||||||
"etcd3-wrapper": {
|
"etcd3-wrapper": {
|
||||||
"hashes": [
|
"hashes": [
|
||||||
"sha256:0296a4cc7c75c6c432f54e95699271894716e99048c9987df55b6885ed9d5d07",
|
"sha256:ac7a69e448b6870c58eeb74ae11263cac0323f75d404619df0064ef239e9fa1b",
|
||||||
"sha256:8c4e90593ea6586978f0fbd484e46fd7d8554e06cb9804d34805a1f15a046b63"
|
"sha256:d73d74a34a2e27297dc01b214539a7a735e41e9492814c9050d97b5bc337d41b"
|
||||||
],
|
],
|
||||||
"index": "pypi",
|
"index": "pypi",
|
||||||
"version": "==0.5.2"
|
"version": "==0.5.4"
|
||||||
},
|
},
|
||||||
"flask": {
|
"flask": {
|
||||||
"hashes": [
|
"hashes": [
|
||||||
|
@ -75,6 +75,12 @@
|
||||||
"index": "pypi",
|
"index": "pypi",
|
||||||
"version": "==0.3.7"
|
"version": "==0.3.7"
|
||||||
},
|
},
|
||||||
|
"future": {
|
||||||
|
"hashes": [
|
||||||
|
"sha256:67045236dcfd6816dc439556d009594abf643e5eb48992e36beac09c2ca659b8"
|
||||||
|
],
|
||||||
|
"version": "==0.17.1"
|
||||||
|
},
|
||||||
"grpcio": {
|
"grpcio": {
|
||||||
"hashes": [
|
"hashes": [
|
||||||
"sha256:1303578092f1f6e4bfbc354c04ac422856c393723d3ffa032fff0f7cb5cfd693",
|
"sha256:1303578092f1f6e4bfbc354c04ac422856c393723d3ffa032fff0f7cb5cfd693",
|
||||||
|
@ -166,6 +172,14 @@
|
||||||
],
|
],
|
||||||
"version": "==1.1.1"
|
"version": "==1.1.1"
|
||||||
},
|
},
|
||||||
|
"parsedatetime": {
|
||||||
|
"hashes": [
|
||||||
|
"sha256:3d817c58fb9570d1eec1dd46fa9448cd644eeed4fb612684b02dfda3a79cb84b",
|
||||||
|
"sha256:9ee3529454bf35c40a77115f5a596771e59e1aee8c53306f346c461b8e913094"
|
||||||
|
],
|
||||||
|
"index": "pypi",
|
||||||
|
"version": "==2.4"
|
||||||
|
},
|
||||||
"protobuf": {
|
"protobuf": {
|
||||||
"hashes": [
|
"hashes": [
|
||||||
"sha256:00a1b0b352dc7c809749526d1688a64b62ea400c5b05416f93cfb1b11a036295",
|
"sha256:00a1b0b352dc7c809749526d1688a64b62ea400c5b05416f93cfb1b11a036295",
|
||||||
|
|
Loading…
Reference in a new issue