Compare commits
2 Commits
8b3b29cb0b
...
6c983780bc
Author | SHA1 | Date | |
---|---|---|---|
6c983780bc | |||
98f1f74ef1 |
|
@ -4,7 +4,9 @@
|
|||
|
||||
|
||||
|
||||
# Requests utilities.
|
||||
# Requests utilities
|
||||
|
||||
 
|
||||
|
||||
Utility for standarized usage of HTTP requests extension libraries in a modular fashion across different libraries.
|
||||
|
||||
|
@ -14,7 +16,6 @@ The intention is that a libraries can automatically setup ratelimiting for
|
|||
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.
|
||||
|
||||
|
||||
## Dependencies
|
||||
|
||||
All requirements can be installed easily using:
|
||||
|
|
|
@ -1 +1 @@
|
|||
__version__ = '0.1.26'
|
||||
__version__ = '0.1.27'
|
||||
|
|
Loading…
Reference in New Issue
Block a user