Sema4AI / vscode-extension

Sema4.ai extension for VS Code: AI Actions and Automation development for Python
https://sema4.ai/docs/platform/vs-code
Apache License 2.0
6 stars 0 forks source link

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

Open kariharju opened 3 months ago

kariharju commented 3 months ago

Issue by fabioz Wednesday Sep 13, 2023 at 10:48 GMT Originally opened as https://github.com/robocorp/robotframework-lsp/issues/977


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

kariharju commented 3 months ago

Comment by kariharju Wednesday Sep 13, 2023 at 12:51 GMT


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