File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed
Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 1- requests == 2.22.0
2- websocket-client == 1.1.0
1+ requests == 2.31.0
2+ websocket-client == 1.1.0
3+ dacite == 1.8.1
4+ typing_extensions == 4.9.0
Original file line number Diff line number Diff line change 2727 url = "https://github.com/cryptomkt/cryptomkt-python" ,
2828 install_requires = REQUIREMENTS ,
2929 author = "CryptoMarket" ,
30- python_requires = '>=3.6 ' ,
30+ python_requires = '>=3.8 ' ,
3131 classifiers = (
3232 "Intended Audience :: Developers" ,
3333 "Programming Language :: Python :: 3" ,
34- "Programming Language :: Python :: 3.6 " ,
35- "Programming Language :: Python :: 3.7 " ,
34+ "Programming Language :: Python :: 3:: Only " ,
35+ "Programming Language :: Python :: 3.8 " ,
3636 "License :: OSI Approved :: MIT License" ,
3737 "Operating System :: OS Independent" ,
3838 "Topic :: Software Development :: Libraries :: Python Modules" ,
You can’t perform that action at this time.
0 commit comments