Skip to content
This repository was archived by the owner on Apr 6, 2026. It is now read-only.

Commit b9469e3

Browse files
committed
updated requirements
1 parent cdf24d5 commit b9469e3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
download_url=f'https://github.com/Sharkow1743/MaxAPI/archive/v{version}.zip',
1515
packages=find_packages(),
1616
install_requires=[
17-
'tornado==6.0.4',
18-
'requests==2.31.0'
17+
'tornado>=6.0.4',
18+
'requests>=2.31.0'
1919
],
2020
classifiers=[
2121
'Programming Language :: Python :: 3',

0 commit comments

Comments
 (0)