Skip to content

Commit aba500d

Browse files
committed
Add sqlalchemy requirement for mssql package.
1 parent d23e1cf commit aba500d

File tree

5 files changed

+5
-0
lines changed

5 files changed

+5
-0
lines changed

mssql/setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
url="https://github.com/testcontainers/testcontainers-python",
1313
install_requires=[
1414
"testcontainers-core",
15+
"sqlalchemy",
1516
"pymssql",
1617
],
1718
python_requires=">=3.7",

requirements/3.10.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -387,6 +387,7 @@ sphinxcontrib-serializinghtml==1.1.5
387387
# via sphinx
388388
sqlalchemy==1.4.46
389389
# via
390+
# testcontainers-mssql
390391
# testcontainers-mysql
391392
# testcontainers-oracle
392393
# testcontainers-postgres

requirements/3.7.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -403,6 +403,7 @@ sphinxcontrib-serializinghtml==1.1.5
403403
# via sphinx
404404
sqlalchemy==1.4.46
405405
# via
406+
# testcontainers-mssql
406407
# testcontainers-mysql
407408
# testcontainers-oracle
408409
# testcontainers-postgres

requirements/3.8.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -394,6 +394,7 @@ sphinxcontrib-serializinghtml==1.1.5
394394
# via sphinx
395395
sqlalchemy==1.4.46
396396
# via
397+
# testcontainers-mssql
397398
# testcontainers-mysql
398399
# testcontainers-oracle
399400
# testcontainers-postgres

requirements/3.9.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -388,6 +388,7 @@ sphinxcontrib-serializinghtml==1.1.5
388388
# via sphinx
389389
sqlalchemy==1.4.46
390390
# via
391+
# testcontainers-mssql
391392
# testcontainers-mysql
392393
# testcontainers-oracle
393394
# testcontainers-postgres

0 commit comments

Comments
 (0)