add rate limit

This commit is contained in:
0xInfection
2024-02-29 15:38:42 +05:30
parent 7c81ae25c8
commit b27df71969
3 changed files with 6 additions and 1 deletions

View File

@@ -24,7 +24,8 @@ setup(
package_data={'arjun': ['db/*']},
install_requires=[
'requests',
'dicttoxml'
'dicttoxml',
'ratelimit'
],
classifiers=[
'Development Status :: 5 - Production/Stable',