Skip to content

Commit

Permalink
build: Update setup file
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelbukachi committed Apr 3, 2023
1 parent e0aa411 commit 11f8208
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def requirements():
return [line.rstrip('\n') for line in open(filename).readlines()]

setup(name='sqlalchemy_mixins',
version='1.5.3',
version='2.0.0',
description='Active Record, Django-like queries, nested eager load '
'and beauty __repr__ for SQLAlchemy',
url='https://github.com/absent1706/sqlalchemy-mixins',
Expand All @@ -28,7 +28,7 @@ def requirements():
zip_safe=False,
include_package_data=True,
install_requires=[
"SQLAlchemy >= 1.0",
"SQLAlchemy >= 2.0",
"six",
"typing; python_version < '3.5'"
],
Expand Down

0 comments on commit 11f8208

Please sign in to comment.