-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* refactor: handle response status codes within the same method Signed-off-by: F.N. Claessen <[email protected]> * refactor: handle response status codes in a more intuitive order Signed-off-by: F.N. Claessen <[email protected]> * fix(setup.cfg): add async-timeout to dependencies Signed-off-by: GustaafL <[email protected]> --------- Signed-off-by: F.N. Claessen <[email protected]> Signed-off-by: GustaafL <[email protected]> Co-authored-by: GustaafL <[email protected]>
- Loading branch information
Showing
3 changed files
with
25 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -52,6 +52,7 @@ install_requires = | |
aiohttp | ||
pandas | ||
pydantic>=1.10.8,<2.0 | ||
async-timeout | ||
|
||
|
||
[options.packages.find] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters