diff --git a/README.md b/README.md index ced25659..97fa2146 100644 --- a/README.md +++ b/README.md @@ -842,6 +842,7 @@ API | Description | Auth | HTTPS | CORS | | [Dota 2](https://docs.opendota.com/) | Provides information about Player stats , Match stats, Rankings for Dota 2 | `apiKey` | Yes | Unknown | | [Dungeons and Dragons](https://www.dnd5eapi.co/docs/) | Reference for 5th edition spells, classes, monsters, and more | No | No | No | | [Dungeons and Dragons (Alternate)](https://open5e.com/) | Includes all monsters and spells from the SRD (System Reference Document) as well as a search API | No | Yes | Yes | +| [Epic Store (Unoffical)](https://epicstore-api.readthedocs.io/) | Epic Games Store data | No | Yes | Unknown | | [Eve Online](https://esi.evetech.net/ui) | Third-Party Developer Documentation | `OAuth` | Yes | Unknown | | [FFXIV Collect](https://ffxivcollect.com/) | Final Fantasy XIV data on collectables | No | Yes | Yes | | [FIFA Ultimate Team](https://www.easports.com/fifa/ultimate-team/api/fut/item) | FIFA Ultimate Team items API | No | Yes | Unknown | diff --git a/scripts/requirements.txt b/scripts/requirements.txt index 9b0cb453..6d06ef42 100644 --- a/scripts/requirements.txt +++ b/scripts/requirements.txt @@ -1,4 +1,4 @@ -certifi==2021.10.8 +certifi==2022.12.7 charset-normalizer==2.0.10 idna==3.3 requests==2.27.1