Compare commits
No commits in common. "6c983780bc9df79ae9e344300d21cf36e8adbfbe" and "8b3b29cb0b59034700f28df7c459468081052481" have entirely different histories.
6c983780bc
...
8b3b29cb0b
|
@ -4,9 +4,7 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# Requests utilities
|
# Requests utilities.
|
||||||
|
|
||||||
 
|
|
||||||
|
|
||||||
Utility for standarized usage of HTTP requests extension libraries in a modular fashion across different libraries.
|
Utility for standarized usage of HTTP requests extension libraries in a modular fashion across different libraries.
|
||||||
|
|
||||||
|
@ -16,6 +14,7 @@ The intention is that a libraries can automatically setup ratelimiting for
|
||||||
their specific use cases, as the library most likely has a better
|
their specific use cases, as the library most likely has a better
|
||||||
understanding of the ratelimiting and caching behaviour of their associated websites than the user has.
|
understanding of the ratelimiting and caching behaviour of their associated websites than the user has.
|
||||||
|
|
||||||
|
|
||||||
## Dependencies
|
## Dependencies
|
||||||
|
|
||||||
All requirements can be installed easily using:
|
All requirements can be installed easily using:
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
__version__ = '0.1.27'
|
__version__ = '0.1.26'
|
||||||
|
|
Loading…
Reference in New Issue
Block a user