archive
/
actioner
Archived
1
Fork 0

Remove duplicate specification of versions in `Pipfile`

This commit is contained in:
Jake Howard 2019-09-03 08:55:08 +01:00
parent 3b6c604d85
commit 5a6c30d8fd
Signed by: jake
GPG Key ID: 57AFB45680EDD477
2 changed files with 10 additions and 10 deletions

18
Pipfile
View File

@ -27,12 +27,12 @@ test = "bash ./scripts/test.sh"
allow_prereleases = true
[packages]
apscheduler = "==3.6.1"
pygithub = "==1.43.8"
todoist-python = "==8.0.0"
sentry-sdk = "==0.11.2"
python-dateutil = "==2.8.0"
starlette = "==0.12.9"
uvicorn = "==0.8.6"
starlette-auth-toolkit = "==0.5.0"
sentry-asgi = "==0.2.0"
apscheduler = "*"
pygithub = "*"
todoist-python = "*"
sentry-sdk = "*"
python-dateutil = "*"
starlette = "*"
uvicorn = "*"
starlette-auth-toolkit = "*"
sentry-asgi = "*"

2
Pipfile.lock generated
View File

@ -1,7 +1,7 @@
{
"_meta": {
"hash": {
"sha256": "1b18f00a22630052a4574e27d066214fbf4dee101c5c918d787e7850c3d28141"
"sha256": "9d8b929fb9ddb12e7e7b61c48f3ca46bf5e5fc83f8892e754d57639303185225"
},
"pipfile-spec": 6,
"requires": {