Skip to content

Commit da0c666

Browse files
docs: add requirements.txt for hubspot
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent b2a6c07 commit da0c666

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

hubspot/requirements.txt

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Add your connector's dependencies here, one per line with explicit versions.
2+
# Keep packages in alphabetical order for easier maintenance.
3+
#
4+
# Example:
5+
# pandas==2.0.3
6+
#
7+
# Note: The following packages are pre-installed in the base environment
8+
# and should not be included in this file:
9+
# fivetran_connector_sdk:latest, requests:2.33.0, grpcio:1.78.0, grpcio-tools:1.78.0
10+
#
11+
# Best practices:
12+
# - Use explicit versions (==) for reproducibility
13+
# - Only include packages actually used by your connector
14+
# - Add comments to explain why a package is needed if it's not obvious
15+
#
16+
# This file can be safely removed if your connector has no external dependencies.

0 commit comments

Comments
 (0)