diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md new file mode 100644 index 0000000..1b5fa9a --- /dev/null +++ b/CONTRIBUTORS.md @@ -0,0 +1,4 @@ +# Contributors + +* [Matthew D. Scholefield](https://github.com/MatthewScholefield) - Added cors allowed origins for AsyncServer [#7](https://github.com/pyropy/fastapi-socketio/pull/7) +* [Aaron Tolman](https://github.com/tolmanam) - Reported issue with broken pip download [#5](https://github.com/pyropy/fastapi-socketio/issues/5) diff --git a/README.md b/README.md index 9f40af3..d61f3a8 100644 --- a/README.md +++ b/README.md @@ -78,4 +78,8 @@ To run the examples simply run: PYTHONPATH=. python examples/app.py ``` -Before running example make sure you have all dependencies installed. \ No newline at end of file +Before running example make sure you have all dependencies installed. + +## Contributors + +For list of contributors please reefer to CONTRIBUTORS.md file in this repository. \ No newline at end of file