Skip to content

Commit

Permalink
Update pymssql
Browse files Browse the repository at this point in the history
  • Loading branch information
jlubken committed Jan 7, 2022
1 parent 5e70575 commit ffec384
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[build-system]
requires = [
"pip>=21.3.1",
"setuptools>=57.4.0",
"setuptools>=60.3.1",
"setuptools_scm[toml]>=4.1.2",
"wheel>=0.35.1",
"wheel>=0.37.1",
]

[project]
Expand Down
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@
"pandas>=0.23.4",
"pip>=21.3.1",
"requests>=2.26.0",
"setuptools>=57.4.0",
"wheel>=0.35.1",
"setuptools>=60.3.1",
"wheel>=0.37.1",
)

PYMSSQL_REQUIRES = ("cython>=0.29.21", "pymssql>=2.1.4")
PYMSSQL_REQUIRES = ("cython>=0.29.21", "pymssql>=2.2.3")

PSYCOPG2_REQUIRES = ("psycopg2-binary>=2.8.6",)

Expand Down

0 comments on commit ffec384

Please sign in to comment.