diff options
author | Nate Sesti <sestinj@gmail.com> | 2023-06-02 00:51:01 -0400 |
---|---|---|
committer | Nate Sesti <sestinj@gmail.com> | 2023-06-02 00:51:01 -0400 |
commit | d00c90af65d6a9605f11e78ef3dd20358396d8ae (patch) | |
tree | d2dbc65e4340b958e646af6f0b25f3ad2621a736 /continuedev/pyproject.toml | |
parent | caeea53dbd6e15ef045ce9f3acf48b7144541c75 (diff) | |
download | sncontinue-d00c90af65d6a9605f11e78ef3dd20358396d8ae.tar.gz sncontinue-d00c90af65d6a9605f11e78ef3dd20358396d8ae.tar.bz2 sncontinue-d00c90af65d6a9605f11e78ef3dd20358396d8ae.zip |
posthog telemetry
Diffstat (limited to 'continuedev/pyproject.toml')
-rw-r--r-- | continuedev/pyproject.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/continuedev/pyproject.toml b/continuedev/pyproject.toml index 8ed8f268..0dc4d267 100644 --- a/continuedev/pyproject.toml +++ b/continuedev/pyproject.toml @@ -19,6 +19,7 @@ websockets = "^11.0.2" urllib3 = "1.26.15" gpt-index = "^0.6.8" setuptools = "^67.7.2" +posthog = "^3.0.1" [tool.poetry.scripts] typegen = "src.continuedev.models.generate_json_schema:main" |