diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2021-05-26 12:55:41 -0400 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2021-05-26 12:55:41 -0400 |
commit | 37db4530baaedfff078c5ced83e088bd631a8d75 (patch) | |
tree | 7210e1a23451a18d1d50f4676d049f7ee87095e0 /tox.ini | |
parent | 4befa30bdb155e03808968f8fc6b32f39976177d (diff) | |
download | sqlalchemy-37db4530baaedfff078c5ced83e088bd631a8d75.tar.gz |
cx_oracle has changed main branch to "main"
Change-Id: Idabb86665182af6c3d2cfb7b5c4ebd2cbc99c565
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -50,7 +50,7 @@ deps= dbapimaster-mysql: git+https://github.com/PyMySQL/PyMySQL.git@master#egg=pymysql dbapimaster-mysql: git+https://github.com/mariadb-corporation/mariadb-connector-python@master#egg=mariadb - dbapimaster-oracle: git+https://github.com/oracle/python-cx_Oracle.git@master#egg=cx_Oracle + dbapimaster-oracle: git+https://github.com/oracle/python-cx_Oracle.git@main#egg=cx_Oracle dbapimaster-mssql: git+https://github.com/mkleehammer/pyodbc.git@master#egg=pyodbc |