Skip to content

Commit

Permalink
Pin requirements (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
tohuynh committed Jul 28, 2022
1 parent cad9435 commit 5346585
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,15 +45,15 @@
]

requirements = [
"google-api-python-client",
"google-auth",
"pymongo[tls]",
"dnspython",
"dask[bag]",
"distributed",
"prefect",
"requests",
"urllib3",
"google-api-python-client==2.54.0",
"google-auth==2.9.1",
"pymongo[tls]==4.2.0",
"dnspython==2.2.1",
"dask[bag]==2022.7.1",
"distributed==2022.7.1",
"prefect==1.2.4",
"requests==2.28.1",
"urllib3==1.26.11",
]

extra_requirements = {
Expand Down

0 comments on commit 5346585

Please sign in to comment.