Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add dependency foundationdb version 6.3.18 #10050

Merged
merged 2 commits into from
Sep 3, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions LICENSE-3rdparty.csv
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ dnspython,PyPI,ISC,Bob Halley
enum34,PyPI,BSD-3-Clause,Ethan Furman
flup,PyPI,BSD-3-Clause,Allan Saddi
flup-py3,PyPI,BSD-3-Clause,Allan Saddi
foundationdb,PyPI,Apache-2.0,FoundationDB
futures,PyPI,PSF,Brian Quinlan
gearman,PyPI,Apache-2.0,Matthew Tai
immutables,PyPI,Apache-2.0,MagicStack Inc
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ dnspython==1.16.0
enum34==1.1.6; python_version < "3.0"
flup-py3==1.0.3; python_version > "3.0"
flup==1.0.3.dev-20110405; python_version < "3.0"
foundationdb==6.3.18; python_version > "3.0"
futures==3.3.0; python_version < "3.0"
gearman==2.0.2; sys_platform != "win32" and python_version < "3.0"
immutables==0.15; python_version > "3.0"
Expand Down
1 change: 1 addition & 0 deletions datadog_checks_dependency_provider/requirements.in
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
foundationdb==6.3.18; python_version > '3.0'