Skip to content

Commit

Permalink
Merge pull request #119 from dtcarls/develop
Browse files Browse the repository at this point in the history
Heroku updates and fixes
  • Loading branch information
dtcarls authored Jul 18, 2022
2 parents e1c973b + 8ae1d22 commit 0c483b1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
7 changes: 4 additions & 3 deletions app.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"stack": "heroku-22",
"name": "Fantasy Football Chat Bot",
"description": "ESPN Fantasy Football GroupMe, Slack, and Discord Chat Bot.",
"keywords": [
Expand Down Expand Up @@ -34,7 +35,7 @@
},
"LEAGUE_YEAR": {
"description": "ESPN League Year",
"value": "2021",
"value": "2022",
"required": false
},
"TIMEZONE": {
Expand All @@ -44,12 +45,12 @@
},
"START_DATE": {
"description": "Season Start Date",
"value": "2021-09-09",
"value": "2022-09-08",
"required": false
},
"END_DATE": {
"description": "Season End Date",
"value": "2022-01-04",
"value": "2023-01-04",
"required": false
},
"INIT_MSG": {
Expand Down
2 changes: 1 addition & 1 deletion runtime.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
python-3.9.1
python-3.9.13
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='[email protected]',

install_requires=['requests>=2.0.0,<3.0.0', 'espn_api>=0.18.3', 'apscheduler>3.0.0', 'datetime'],
install_requires=['requests>=2.0.0,<3.0.0', 'espn_api>=0.20.0', 'apscheduler>3.0.0', 'datetime'],

test_suite='nose.collector',

Expand Down

0 comments on commit 0c483b1

Please sign in to comment.