robocorp / robotframework-lsp

Robocorp extensions for VS Code: Robocorp Code and RFW LSP
https://robocorp.com/docs/developer-tools/visual-studio-code
Apache License 2.0
205 stars 93 forks source link

Use https://pypi.org/project/truststore/ #977

Open fabioz opened 1 year ago

fabioz commented 1 year ago

Using https://pypi.org/project/truststore/ should enable users with mitm proxy to access conda forge.

kariharju commented 1 year ago

With rcc the following dependency level enables this:

channels:
  - conda-forge

dependencies:
  - python=3.10.12
  - truststore=0.8.0
  - pip=23.2.1
  - pip:
    - --use-feature=truststore
    - rpaframework==27.0.1
    - robocorp==1.0.0
kariharju commented 3 months ago

This issue has been moved here, under Sema4AI/vscode-extension repository.