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 5c9666a commit 04643fbCopy full SHA for 04643fb
requirements.txt
@@ -1 +1 @@
1
-intersystems_irispython
+https://github.com/intersystems-community/iris-driver-distribution/raw/main/intersystems_irispython-3.2.0-py3-none-any.whl
setup.cfg
@@ -1,6 +1,6 @@
[metadata]
2
name = django-iris
3
-version = 0.1.5
+version = 0.1.7
4
url = https://github.com/caretdev/django-iris
5
maintainer = CaretDev
6
maintainer_email = [email protected]
setup.py
@@ -1,3 +1,5 @@
from setuptools import setup
-setup()
+setup(dependency_links=[
+ 'https://github.com/intersystems-community/iris-driver-distribution/raw/main/intersystems_irispython-3.2.0-py3-none-any.whl'
+])
0 commit comments