File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ [metadata]
2+ name =" testcontainers-iris" ,
3+ version =" 1.1.0" ,
4+ long_description_content_type =" text/markdown" ,
5+ url =" https://github.com/caretdev/testcontainers-iris-python" ,
6+ install_requires =[
7+ " testcontainers-core" ,
8+ " sqlalchemy" ,
9+ " sqlalchemy-iris" ,
10+ ],
11+ python_requires =" >=3.7" ,
12+
Original file line number Diff line number Diff line change 33description = "InterSystems IRIS component of testcontainers-python."
44
55setup (
6- name = "testcontainers-iris" ,
7- version = "1.1.0" ,
86 packages = find_namespace_packages (),
97 description = description ,
108 long_description = open ('README.md' ).read (),
11- long_description_content_type = "text/markdown" ,
12- url = "https://github.com/caretdev/testcontainers-iris-python" ,
13- install_requires = [
14- "testcontainers-core" ,
15- "sqlalchemy" ,
16- "sqlalchemy-iris" ,
17- ],
18- python_requires = ">=3.7" ,
199)
You can’t perform that action at this time.
0 commit comments