summaryrefslogtreecommitdiff
path: root/continuedev/requirements.txt
AgeCommit message (Collapse)Author
2023-09-11build: :pushpin: update version for python-lsp-serverNate Sesti
2023-09-11build: :package: add [websockets] to python-lsp-serverNate Sesti
2023-09-07adding support for Hugging Face Inference Endpoints (#460)Ty Dunn
* stream complete sketch * correct structure but issues * refactor: :art: clean up hf_inference_api.py * fix: :bug: quick fix in hf_infrerence_api.py * feat: :memo: update documentation code for hf_inference_api * hf docs * now working --------- Co-authored-by: Nate Sesti <sestinj@gmail.com>
2023-09-04Integrate LSP for debugging (#450)Nate Sesti
* headless IDE subclass * finish headless_ide methods * feat: :sparkles: headless mode running with config flag * work on debugging * python lsp support * more lsp+debugging work * refactor: :safety_vest: safely load LSP * test: :white_check_mark: testing steps in headless mode * refactor: :clown_face: cleanup subprocesses * fix: :bug: handle data: [DONE] from Together
2023-08-23Testing gh workflow (#401)Nate Sesti
* testing * logging again * log home dir * build m1 script * correctly parse dates in history.tsx * logging * add redbaron to requirements.txt * tweaks before merging to main
2023-08-12fix: :heavy_plus_sign: add bs4 to requirements.txtNate Sesti
2023-08-09fix: :heavy_plus_sign: include replicate in requirements.rtxtNate Sesti
2023-08-09revert: :bug: revert unecessary changes from yesterdayNate Sesti
2023-08-08build: :arrow_down: lock to urllib3 1.25.11 for ssl fixNate Sesti
2023-08-07fix: :heavy_plus_sign: add ripgrepy dependency to requirements.txtNate Sesti
2023-08-06fix: :bug: require socksioNate Sesti
2023-08-01try cx_freeze, smaller pyinstallerNate Sesti
2023-07-31ci: :green_heart: ci download with pip, not poetryNate Sesti