Skip to content

Commit

Permalink
updated requirements to merakicommons 1.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
jjmaldonis committed Mar 6, 2019
1 parent b171f32 commit 74003ce
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 deletions.
6 changes: 5 additions & 1 deletion cassiopeia/data.py
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,8 @@ class Season(Enum):
season_7 = "SEASON2017"
preseason_8 = "PRESEASON2018"
season_8 = "SEASON2018"
preseason_9 = "PRESEASON2019"
season_9 = "SEASON2019"

@property
def id(self):
Expand Down Expand Up @@ -300,7 +302,9 @@ def end(self, region: Region) -> arrow.Arrow:
Season.preseason_7: 8,
Season.season_7: 9,
Season.preseason_8: 10,
Season.season_8: 11
Season.season_8: 11,
Season.preseason_9: 12,
Season.season_9: 13
}


Expand Down
2 changes: 1 addition & 1 deletion requirements-rtd.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
flake8
pytest
merakicommons>=1.0.6
merakicommons>=1.0.7
datapipelines>=1.0.7
Pillow
arrow
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
flake8
pytest
merakicommons>=1.0.6
merakicommons>=1.0.7
datapipelines>=1.0.7
Pillow
arrow
Expand Down
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@


install_requires = [
"datapipelines>=1.0.6",
"merakicommons>=1.0.6",
"datapipelines>=1.0.7",
"merakicommons>=1.0.7",
"Pillow",
"arrow"
]
Expand All @@ -18,7 +18,7 @@

setup(
name="cassiopeia",
version="4.0.2", # Keep the Cass version at parity with the Riot API major version, use the minor version for breaking changes, and the patch version for everything else
version="4.0.3", # Keep the Cass version at parity with the Riot API major version, use the minor version for breaking changes, and the patch version for everything else
author="Jason Maldonis; Rob Rua",
author_email="[email protected]",
url="https://github.com/meraki-analytics/cassiopeia",
Expand Down

0 comments on commit 74003ce

Please sign in to comment.