Skip to content

Commit

Permalink
Update library dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
laughingman7743 committed Aug 28, 2020
1 parent ec1855c commit f9095a8
Show file tree
Hide file tree
Showing 3 changed files with 189 additions and 45 deletions.
4 changes: 2 additions & 2 deletions Makefile
@@ -1,9 +1,9 @@
.PHONY: fmt
fmt:
pipenv run isort -rc .
pipenv run isort .
pipenv run black .

.PHONY: chk
chk:
pipenv run isort -c -rc .
pipenv run isort -c .
pipenv run black --check --diff .
3 changes: 3 additions & 0 deletions Pipfile
Expand Up @@ -14,6 +14,9 @@ awscli = "*"
tox = "*"
twine = "*"
wheel = "*"
pandas = ">=0.24.0"
pyarrow = ">=0.15.0"
SQLAlchemy = ">=1.0.0, <2.0.0"
pytest = ">=3.5"
pytest-cov = "*"
pytest-flake8 = ">=1.0.1"
Expand Down

0 comments on commit f9095a8

Please sign in to comment.