Skip to content
This repository was archived by the owner on Apr 4, 2024. It is now read-only.

Commit b75a9be

Browse files
authoredNov 26, 2020
Merge pull request #8 from pyropy/add-contributors
Add CONTRIBUTORS.md and update README.md
2 parents 346991e + 5bde6f2 commit b75a9be

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed
 

‎CONTRIBUTORS.md

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Contributors
2+
3+
* [Matthew D. Scholefield](https://github.com/MatthewScholefield) - Added cors allowed origins for AsyncServer [#7](https://github.com/pyropy/fastapi-socketio/pull/7)
4+
* [Aaron Tolman](https://github.com/tolmanam) - Reported issue with broken pip download [#5](https://github.com/pyropy/fastapi-socketio/issues/5)

‎README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -78,4 +78,8 @@ To run the examples simply run:
7878
PYTHONPATH=. python examples/app.py
7979
```
8080

81-
Before running example make sure you have all dependencies installed.
81+
Before running example make sure you have all dependencies installed.
82+
83+
## Contributors
84+
85+
For list of contributors please reefer to CONTRIBUTORS.md file in this repository.

0 commit comments

Comments
 (0)
This repository has been archived.