File tree Expand file tree Collapse file tree 2 files changed +20
-20
lines changed Expand file tree Collapse file tree 2 files changed +20
-20
lines changed Original file line number Diff line number Diff line change 1
- __version__ = '1.2.5 '
1
+ __version__ = '1.2.6 '
2
2
__author__ = 'Altair Bow'
3
3
__author_email__ = '[email protected] '
4
4
__description__ = 'Persistent database connection backends for Django'
Original file line number Diff line number Diff line change @@ -15,11 +15,11 @@ classifiers = [
15
15
" Programming Language :: Python :: 3" ,
16
16
" Topic :: Software Development :: Libraries :: Python Modules" ,
17
17
]
18
- requires-python = " >=3.4 "
18
+ requires-python = " >=3.0 "
19
19
dependencies = [
20
- " Django>=2.0 " ,
21
- " SQLAlchemy>=1.4.24 " ,
22
- " sqlparams>=4.0.0 " ,
20
+ " Django" ,
21
+ " SQLAlchemy" ,
22
+ " sqlparams" ,
23
23
]
24
24
dynamic = [" version" ]
25
25
@@ -29,23 +29,23 @@ repository = "https://github.com/altairbow/django-db-connection-pool"
29
29
30
30
[project .optional-dependencies ]
31
31
all = [
32
- " Django>=2.0 " ,
33
- " JPype1>=1.3.0 " ,
34
- " SQLAlchemy>=1.4.24 " ,
35
- " cx-Oracle>=6.4.1 " ,
36
- " mysqlclient>=1.3.0 " ,
37
- " psycopg2>=2.8.6 " ,
38
- " pyodbc>=4.0.34 " ,
39
- " sqlparams>=3.0.0 " ,
32
+ " Django" ,
33
+ " SQLAlchemy " ,
34
+ " sqlparams " ,
35
+ " psycopg " ,
36
+ " mysqlclient" ,
37
+ " oracledb " ,
38
+ " pyodbc" ,
39
+ " JPype1 " ,
40
40
]
41
41
42
- jdbc = [" JPype1>=1.3.0 " ]
43
- mysql = [" mysqlclient>=1.3.0 " ]
44
- odbc = [" pyodbc>=4.0.34 " ]
45
- oracle = [" cx-Oracle>=6.4.1 " ]
46
- postgresql = [" psycopg2>=2.8.6 " ]
47
- psycopg2 = [" psycopg2>=2.8.6 " ]
48
- psycopg3 = [" psycopg>=3 " ]
42
+ postgresql = [" psycopg " ]
43
+ psycopg2 = [" psycopg2 " ]
44
+ psycopg3 = [" psycopg " ]
45
+ mysql = [" mysqlclient " ]
46
+ oracle = [" oracledb " ]
47
+ odbc = [" pyodbc " ]
48
+ jdbc = [" JPype1 " ]
49
49
50
50
[build-system ]
51
51
requires = [" setuptools" ]
You can’t perform that action at this time.
0 commit comments