Remove duplicate specification of versions in Pipfile
This commit is contained in:
parent
3b6c604d85
commit
5a6c30d8fd
2 changed files with 10 additions and 10 deletions
18
Pipfile
18
Pipfile
|
@ -27,12 +27,12 @@ test = "bash ./scripts/test.sh"
|
||||||
allow_prereleases = true
|
allow_prereleases = true
|
||||||
|
|
||||||
[packages]
|
[packages]
|
||||||
apscheduler = "==3.6.1"
|
apscheduler = "*"
|
||||||
pygithub = "==1.43.8"
|
pygithub = "*"
|
||||||
todoist-python = "==8.0.0"
|
todoist-python = "*"
|
||||||
sentry-sdk = "==0.11.2"
|
sentry-sdk = "*"
|
||||||
python-dateutil = "==2.8.0"
|
python-dateutil = "*"
|
||||||
starlette = "==0.12.9"
|
starlette = "*"
|
||||||
uvicorn = "==0.8.6"
|
uvicorn = "*"
|
||||||
starlette-auth-toolkit = "==0.5.0"
|
starlette-auth-toolkit = "*"
|
||||||
sentry-asgi = "==0.2.0"
|
sentry-asgi = "*"
|
||||||
|
|
2
Pipfile.lock
generated
2
Pipfile.lock
generated
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"_meta": {
|
"_meta": {
|
||||||
"hash": {
|
"hash": {
|
||||||
"sha256": "1b18f00a22630052a4574e27d066214fbf4dee101c5c918d787e7850c3d28141"
|
"sha256": "9d8b929fb9ddb12e7e7b61c48f3ca46bf5e5fc83f8892e754d57639303185225"
|
||||||
},
|
},
|
||||||
"pipfile-spec": 6,
|
"pipfile-spec": 6,
|
||||||
"requires": {
|
"requires": {
|
||||||
|
|
Reference in a new issue