Skip to content

Commit

Permalink
Merge branch 'develop' into autopep8-patches/mesmith75-patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
mesmith75 authored Dec 8, 2023
2 parents 5eb44ba + f04f344 commit 7f445c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ def run(self):

install_requires = [
'ipython>=5.0.0',
'jedi==0.17.2',
'jedi>=0.17.2',
'httplib2>=0.8',
'absl-py>=0.1.2',
'google-api-python-client',
Expand Down Expand Up @@ -149,4 +149,4 @@ def run(self):
cmdclass={
'tests': RunTestsCommand,
},
)
)

Check warning on line 152 in setup.py

View workflow job for this annotation

GitHub Actions / Linting

W292 no newline at end of file

0 comments on commit 7f445c3

Please sign in to comment.