Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Removed asyncio:
Since asyncio is part of the Python standard library (available in Python 3.x), it doesn't need to be listed in requirements.txt.

Added aiohttp:
aiohttp is a third-party package required for making asynchronous HTTP requests, and it's not part of the standard library.
  • Loading branch information
ericmaddox authored Dec 7, 2024
1 parent 61ed5dc commit 03f20fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ This release introduces several major updates to the Pokémon Battle script, imp
4. **Constants and Validation**: Introduced constants for common values (e.g., experience thresholds) to make the code more maintainable. Added validation for missing or invalid data to prevent crashes during runtime.

### Dependencies:
- `asyncio` for asynchronous requests.
- `aiohttp` Required for making asynchronous HTTP requests.

### Installation:
To install the dependencies, run the following command:
Expand Down

0 comments on commit 03f20fb

Please sign in to comment.