Skip to content

Commit

Permalink
Merge pull request #282 from seattleflu/seidelma/bugfix/python-3.9
Browse files Browse the repository at this point in the history
Revert bad package updates
  • Loading branch information
seidelma committed Feb 9, 2022
2 parents 0aae701 + 024087c commit 826665e
Show file tree
Hide file tree
Showing 2 changed files with 82 additions and 82 deletions.
160 changes: 80 additions & 80 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"jsonschema",
"more-itertools",
"oauth2client >2.0.0,<4.0.0",
"pandas >=1.0.1,<2",
"pandas ~= 1.1.5",
"psycopg2 >=2.8,<3",
"pyyaml",
"requests",
Expand All @@ -90,7 +90,7 @@
"dev": [
"mypy",
"pylint",
"pytest",
"pytest >=6.2.5,!=7.0.0",
"sqlparse",
"types-pkg_resources",
"types-PyYAML",
Expand Down

0 comments on commit 826665e

Please sign in to comment.