Explicitly pin versions of packages required
This commit is contained in:
parent
ce78472619
commit
0f3b9981ac
2 changed files with 9 additions and 9 deletions
16
Pipfile
16
Pipfile
|
@ -27,11 +27,11 @@ test = "bash ./scripts/test.sh"
|
||||||
allow_prereleases = true
|
allow_prereleases = true
|
||||||
|
|
||||||
[packages]
|
[packages]
|
||||||
apscheduler = "*"
|
apscheduler = "==3.6.1"
|
||||||
pygithub = "*"
|
pygithub = "==1.43.8"
|
||||||
todoist-python = "*"
|
todoist-python = "==8.0.0"
|
||||||
sentry-sdk = "*"
|
sentry-sdk = "==0.11.2"
|
||||||
python-dateutil = "*"
|
python-dateutil = "==2.8.0"
|
||||||
starlette = "*"
|
starlette = "==0.12.8"
|
||||||
uvicorn = "*"
|
uvicorn = "==0.8.6"
|
||||||
starlette-auth-toolkit = "*"
|
starlette-auth-toolkit = "==0.5.0"
|
||||||
|
|
2
Pipfile.lock
generated
2
Pipfile.lock
generated
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"_meta": {
|
"_meta": {
|
||||||
"hash": {
|
"hash": {
|
||||||
"sha256": "57eb2cb3c7115a01ad13d8eb1a030f29ee76e1985c36ff5511817dbf47b48696"
|
"sha256": "639b6ee8ba2e4692915576c1f76904dae0a808f4ab60f578646ccab8c23acfdd"
|
||||||
},
|
},
|
||||||
"pipfile-spec": 6,
|
"pipfile-spec": 6,
|
||||||
"requires": {
|
"requires": {
|
||||||
|
|
Reference in a new issue