Skip to content

Commit 972032f

Browse files
committed
feat: update requirements
1 parent 514bc29 commit 972032f

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

requirements.txt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
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

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@
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",

0 commit comments

Comments
 (0)