line / centraldogma-python

Python client library for Central Dogma
https://line.github.io/centraldogma-python/
Apache License 2.0
19 stars 9 forks source link

PyCharm has no ability to specify multiple requirements.txt files #12

Closed hexoul closed 3 years ago

hexoul commented 3 years ago

Currently, the project has requirements.txt and requirements-dev.txt separately. However, PyCharm cannot cover this. It would be better to merge them.

Reference