-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change HTTP authentication base to use async and multiple auth methods
n.b., The naming of variables, etc. is a bit confused in places...this should probably be fixed Fixes #4 Partially addresses #9
- Loading branch information
1 parent
5119e8a
commit 98d5fc9
Showing
3 changed files
with
64 additions
and
46 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,3 @@ | ||
# Deprecated: Move to using aiohttp | ||
requests==2.13.0 | ||
|
||
# aiohttp | ||
aiohttp==2.2.5 | ||
aiodns==1.1.1 | ||
cchardet==2.1.1 | ||
|