Skip to content
This repository has been archived by the owner on Dec 28, 2021. It is now read-only.

Commit

Permalink
Support for Vanguard, Bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
EthanC committed Dec 28, 2021
1 parent 6fca2d1 commit d65dead
Show file tree
Hide file tree
Showing 4 changed files with 219 additions and 159 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Construct a new Call of Duty client, then use the various services on the client

### Installation

CallofDuty.py requires Python 3.9 or greater. Once this requirement is met, simply install CallofDuty.py!
CallofDuty.py requires Python 3.10 or greater. Once this requirement is met, simply install CallofDuty.py!

```
pip install callofduty.py
Expand Down
1 change: 1 addition & 0 deletions callofduty/enums.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ class Platform(Enum):


class Title(Enum):
Vanguard = "vg"
BlackOpsColdWar = "cw"
ModernWarfare = "mw"
BlackOps4 = "bo4"
Expand Down
Loading

0 comments on commit d65dead

Please sign in to comment.