diff --git a/requirements.txt b/requirements.txt index b82e1ed..b483bae 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1,2 @@ +intersystems_iris>=3.3.0b1 SQLAlchemy>=1.4 \ No newline at end of file diff --git a/setup.cfg b/setup.cfg index 9f8976c..b6821ba 100644 --- a/setup.cfg +++ b/setup.cfg @@ -28,9 +28,6 @@ packages = sqlalchemy_iris python_requires = >=3.9 -dependency_links = - https://github.com/intersystems-community/iris-driver-distribution/raw/main/DB-API/intersystems_irispython-3.2.0-py3-none-any.whl#egg=intersystems-irispython-3.2.0 - [tool:pytest] addopts= --tb native -v -r fxX --maxfail=25 -p no:warnings python_files=test/*test_*.py