-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Modify pyobdc & psycopg2 functions to run sync
- Loading branch information
tim.reichard
committed
Feb 11, 2022
1 parent
47aff01
commit 331437f
Showing
9 changed files
with
57 additions
and
45 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,25 @@ | ||
aioboto3==9.2.2 | ||
aiobotocore==1.4.2 | ||
aioboto3==9.3.1 | ||
aiobotocore==2.1.0 | ||
aiojobs==0.3.0 | ||
boto3==1.17.106 | ||
ddtrace==0.57.0 | ||
boto3==1.20.24 | ||
ddtrace==0.58.1 | ||
fakeredis==1.7.0 | ||
flask==2.0.2 | ||
flask-cors==3.0.10 | ||
httpx==0.20.0 | ||
httpx==0.22.0 | ||
mandrill==1.0.60 | ||
moto==2.3.1 | ||
numpy==1.22.0 | ||
orjson==3.6.5 | ||
pre-commit==2.16.0 | ||
moto==3.0.3 | ||
numpy==1.22.2 | ||
orjson==3.6.6 | ||
pre-commit==2.17.0 | ||
psycopg2-binary==2.9.3 | ||
pylint==2.12.2 | ||
pyodbc==4.0.32 | ||
pysmb==1.2.7 | ||
pytest==6.2.5 | ||
pytest==7.0.0 | ||
pytest-asyncio==0.16.0 | ||
pytest-cov==3.0.0 | ||
python-json-logger==2.0.2 | ||
redis==3.5.3 | ||
twine==3.7.1 | ||
twine==3.8.0 | ||
wheel==0.37.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters