charles
setup.py
in how we refer to internal deps:
install_requires=["airbyte-protocol"],
install_requires=["airbyte_protocol"],
Both work. I think the -
version is more idiomatic in the python world. Please correct me if I’m wrong. I care most that we pick one way of doing it and stick with it.user
11/04/2020, 6:10 PM- as well
user
11/04/2020, 6:14 PM-
it is