We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07fc1bd commit 16950feCopy full SHA for 16950fe
.gitignore
@@ -1,3 +1,4 @@
1
+__pycache__
2
build
3
dist
4
*.egg-info
setup.py
@@ -11,14 +11,14 @@
11
12
setup(
13
name='SQLConstruct',
14
- version='0.2.1',
+ version='0.2.2',
15
description='Functional approach to query database using SQLAlchemy',
16
long_description=README,
17
author='Vladimir Magamedov',
18
author_email='[email protected]',
19
url='https://github.com/vmagamedov/sqlconstruct',
20
py_modules=['sqlconstruct'],
21
- install_requires=['SQLAlchemy>=0.7.6'],
+ install_requires=['SQLAlchemy>=0.9'],
22
license='BSD',
23
classifiers=[
24
'Development Status :: 5 - Production/Stable',
0 commit comments