Skip to content

Commit

Permalink
Merge pull request #66 from datastax/feature/#38-cassio-dependency
Browse files Browse the repository at this point in the history
Update version requirements, add cassio dep
  • Loading branch information
erichare authored Oct 30, 2023
2 parents 5c2af2b + 56e3bb2 commit 5cfe810
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ requests~=2.31.0
requests-toolbelt~=1.0.0
python-dotenv~=1.0.0
pre-commit~=3.5.0
cassio~=0.1.3
9 changes: 6 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
author_email="kirsten.hunter@datastax.com",
url="https://github.com/datastax/astrapy",
keywords=["DataStax Astra", "Stargate"],
python_requires=">=3.6",
install_requires=[
"faker~=19.11.0",
"pytest~=7.4.2",
Expand All @@ -44,18 +45,20 @@
"requests~=2.31.0",
"requests-toolbelt~=1.0.0",
"python-dotenv~=1.0.0",
"pre-commit~=3.5.0",
"cassio~=0.1.3",
],
classifiers=[
"Development Status :: 3 - Alpha",
"Intended Audience :: Developers",
"Topic :: Software Development :: Build Tools",
"License :: OSI Approved :: Apache Software License",
"Programming Language :: Python :: 3",
"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",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
],
)

0 comments on commit 5cfe810

Please sign in to comment.