fastapi_websocket_rpc
fastapi_websocket_rpc copied to clipboard
not possible to build pypi Source Distribution
it is not possible to build package from Source Distribution on pypi (https://pypi.org/project/fastapi-websocket-rpc/#files)
error from setuptools:
FileNotFoundError: [Errno 2] No such file or directory: 'requirements.txt'
your setup.py is reading dependencies from requirements.txt but this fine is not part of Source Distribution.
as workaround I can build it from git tag but would be nice to have Source Distribution working.
Thanks for reporting - @obsd please open a ticket to fix this
Added the ticket (PER-8752), @WisniewskiP let me know if you consider contributing this to our OSS.