Skip to content

Commit

Permalink
Merge branch 'master' into feature/adequate-to-PEP-479
Browse files Browse the repository at this point in the history
  • Loading branch information
juarezr committed Aug 22, 2023
2 parents b3c295b + c411e0f commit 00f8f45
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements-database.txt
Expand Up @@ -2,6 +2,6 @@

cryptography
pymysql
SQLAlchemy>=1.3.6
SQLAlchemy>=1.3.6,<2.0
psycopg2-binary
# PyMySQL==0.9.3
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -19,7 +19,7 @@
extras_require={
'avro': ['fastavro>=0.24.0'],
'bcolz': ['bcolz>=1.2.1'],
'db': ['SQLAlchemy>=1.3.6'],
'db': ['SQLAlchemy>=1.3.6,<2.0'],
'hdf5': ['cython>=0.29.13', 'numpy>=1.16.4', 'numexpr>=2.6.9',
'tables>=3.5.2'],
'http': ['aiohttp>=3.6.2', 'requests'],
Expand Down

0 comments on commit 00f8f45

Please sign in to comment.