requirements icon indicating copy to clipboard operation
requirements copied to clipboard

Intellij plugin for requirements.txt file

Results 45 requirements issues
Sort by recently updated
recently updated
newest added

**Describe the bug** Inspection says that package `fastapi` can not be found. But running `pip install` from a terminal finds it without a problem. Also right-click + `install all packages`...

bug

**Describe the bug** When I open requirements.txt or edit it, the whole PyCharm freezes, sometimes for quite some time. **To Reproduce** Just open the requirements.txt with a reasonable amount of...

bug

**Describe the bug** The plugin causes a stacktrace when I open a project. This stacktrace is not present when I uninstall the plugin. **To Reproduce** - Update to IntelliJ 2022.2...

bug

**Describe the bug** Parser crashes if the field `comment_text` is `null` instead of an empty string. (At least, I believe this is the error.) Reproducible with package orjson. **To Reproduce**...

bug

Need to exclude null property value when serialization gets executed.

Change the http request to be executed in threadPool , and use the data to highlight in EDT thread.

**Describe the bug** As the issue title said **To Reproduce** Steps to reproduce the behavior: install the plugin on pycharm **Expected behavior** **Screenshots** ![image](https://user-images.githubusercontent.com/14249262/178402790-266ec3f7-b79a-443e-99e3-e053e1c8fe66.png) **IDE (please complete the following information....

bug

**Describe the bug** With this subset of a file ``` # dash applications dash dash[diskcache] dash_bootstrap_components ``` The resolution proposed ![image](https://user-images.githubusercontent.com/133706/176024863-d2f71861-f09c-404a-bf6c-dbbe0460ef30.png) is invalid: Removing the latter line leads to less...

bug

**Is your feature request related to a problem? Please describe.** The plugin does not upgrade the packages which have already been installed in PyCharm **Describe the solution you'd like** The...

enhancement

`pip3 install torch==1.8.2+cpu torchvision==0.9.2+cpu torchaudio==0.8.2 -f https://download.pytorch.org/whl/lts/1.8/torch_lts.html` I can not prescribe, so that it does not swear 1. `torch==1.8.2+cpu`, swears at `+cpu` 2. swears at `-f https://download.pytorch.org/whl/lts/1.8/torch_lts.html` Can you please...

bug