Skip to content

Commit

Permalink
Update requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleg Menteshashvili committed Aug 20, 2021
1 parent ef04b9e commit ac4152c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion blazingdocs/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '1.0.0'
__version__ = '1.0.1'

from .client import BlazingClient
from .models import *
Expand Down
7 changes: 6 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
download_url="https://github.com/blazingdocs/blazingdocs-python",
keywords=["doc", "docx", "pdf", "odt", "report", "document", "template", "office", "openoffice", "merge", "xml", "json", "csv"],
install_requires=["requests>=2.26.0"],
python_requires=">=3.9",
python_requires=">=3.4",
project_urls={
"Bug Tracker": "https://github.com/blazingdocs/blazingdocs-python/issues",
"Documentation": "https://docs.blazingdocs.com",
Expand All @@ -28,6 +28,11 @@
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
"Programming Language :: Python :: 3.4",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Topic :: Software Development :: Libraries :: Python Modules", ],
license="MIT"
Expand Down

0 comments on commit ac4152c

Please sign in to comment.