Skip to content

Commit

Permalink
Remove safety check
Browse files Browse the repository at this point in the history
  • Loading branch information
paul121 committed Aug 1, 2023
1 parent b207c49 commit d6fe171
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/lint_python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,3 @@ jobs:
- run: python setup.py install
- run: mypy --exclude './build/lib/farmOS/__init__.py' --ignore-missing-imports . || true
- run: shopt -s globstar && pyupgrade --py36-plus **/*.py
- run: safety check
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

install_requires = ["requests-oauthlib~=1.3.1", "pydantic~=1.7.3"]

tests_require = ["pytest", "black~=23.0"]
tests_require = ["pytest", "black~=23.0", "setuptools~=68.0"]

with open("README.md") as fh:
readme = fh.read()
Expand Down

0 comments on commit d6fe171

Please sign in to comment.