Skip to content

Commit

Permalink
update espn-api. closes #139
Browse files Browse the repository at this point in the history
  • Loading branch information
dtcarls committed Sep 13, 2024
1 parent 938f160 commit 16f3af6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
flake8==3.3.0
apscheduler>=3.3.0,<4.0.0
requests>=2.0.0,<3.0.0
espn_api>=0.36.0
espn_api>=0.38.1
datetime
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

author_email='deantcarlson@gmail.com',

install_requires=['espn_api>=0.36.0', 'requests>=2.0.0,<3.0.0', 'apscheduler>=3.3.0,<4.0.0', 'datetime'],
install_requires=['espn_api>=0.38.1', 'requests>=2.0.0,<3.0.0', 'apscheduler>=3.3.0,<4.0.0', 'datetime'],

url='https://github.com/dtcarls/fantasy_football_chat_bot',

Expand Down

0 comments on commit 16f3af6

Please sign in to comment.