Skip to content

Commit ac4152c

Browse files
author
Oleg Menteshashvili
committed
Update requirements
1 parent ef04b9e commit ac4152c

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

blazingdocs/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = '1.0.0'
1+
__version__ = '1.0.1'
22

33
from .client import BlazingClient
44
from .models import *

setup.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
download_url="https://github.com/blazingdocs/blazingdocs-python",
1818
keywords=["doc", "docx", "pdf", "odt", "report", "document", "template", "office", "openoffice", "merge", "xml", "json", "csv"],
1919
install_requires=["requests>=2.26.0"],
20-
python_requires=">=3.9",
20+
python_requires=">=3.4",
2121
project_urls={
2222
"Bug Tracker": "https://github.com/blazingdocs/blazingdocs-python/issues",
2323
"Documentation": "https://docs.blazingdocs.com",
@@ -28,6 +28,11 @@
2828
"Intended Audience :: Developers",
2929
"License :: OSI Approved :: MIT License",
3030
"Operating System :: OS Independent",
31+
"Programming Language :: Python :: 3.4",
32+
"Programming Language :: Python :: 3.5",
33+
"Programming Language :: Python :: 3.6",
34+
"Programming Language :: Python :: 3.7",
35+
"Programming Language :: Python :: 3.8",
3136
"Programming Language :: Python :: 3.9",
3237
"Topic :: Software Development :: Libraries :: Python Modules", ],
3338
license="MIT"

0 commit comments

Comments
 (0)