File tree Expand file tree Collapse file tree 4 files changed +21
-5
lines changed
Expand file tree Collapse file tree 4 files changed +21
-5
lines changed Original file line number Diff line number Diff line change 3131 "avatar_url" : [
3232 null
3333 ]
34+ },
35+ {
36+ "login" : " khoing0810" ,
37+ "name" : " Khoi Nguyen" ,
38+ "contributions" : [
39+ " code"
40+ ],
41+ "profile" : " https://github.com/khoing0810" ,
42+ "avatar_url" : [
43+ " https://avatars.githubusercontent.com/u/47909147?v=4"
44+ ]
3445 }
3546 ],
3647 "contributorsPerLine" : 7
Original file line number Diff line number Diff line change 11# Flux RESTFul API
22
33<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
4- [ ![ All Contributors] ( https://img.shields.io/badge/all_contributors-2 -orange.svg?style=flat-square )] ( #contributors- )
4+ [ ![ All Contributors] ( https://img.shields.io/badge/all_contributors-3 -orange.svg?style=flat-square )] ( #contributors- )
55<!-- ALL-CONTRIBUTORS-BADGE:END -->
66
77![ img/flux-restful-eyes-small.png] ( img/flux-restful-eyes-small.png )
@@ -35,6 +35,7 @@ tool to generate a contributors graphic below.
3535 <tr>
3636 <td align="center" valign="top" width="14.28%"><a href="https://vsoch.github.io"><img src="https://avatars.githubusercontent.com/u/814322?v=4?s=100" width="100px;" alt="Vanessasaurus"/><br /><sub><b>Vanessasaurus</b></sub></a><br /><a href="https://github.com/flux-framework/flux-restful-api/commits?author=vsoch" title="Code">💻</a></td>
3737 <td align="center" valign="top" width="14.28%"><a href="https://linkedin.com/in/tgamblin/"><img src="?s=100" width="100px;" alt="Todd Gamblin"/><br /><sub><b>Todd Gamblin</b></sub></a><br /><a href="https://github.com/flux-framework/flux-restful-api/commits?author=tgamblin" title="Code">💻</a></td>
38+ <td align="center" valign="top" width="14.28%"><a href="https://github.com/khoing0810"><img src="https://avatars.githubusercontent.com/u/47909147?v=4?s=100" width="100px;" alt="Khoi Nguyen"/><br /><sub><b>Khoi Nguyen</b></sub></a><br /><a href="https://github.com/flux-framework/flux-restful-api/commits?author=khoing0810" title="Code">💻</a></td>
3839 </tr>
3940 </tbody >
4041</table >
Original file line number Diff line number Diff line change 1- sphinx_immaterial
2- numpy >= 1.16
1+ sphinx < 7.2
2+ markupsafe
3+ sphinx-immaterial >= 0.11.6
4+ numpy
5+ pydantic
36pandas
47matplotlib
58nbsphinx
@@ -11,6 +14,7 @@ recommonmark
1114sphinx_markdown_tables
1215sphinx-copybutton
1316readthedocs-sphinx-search
14- sphinx-gallery
1517myst-parser
18+ pymdown-extensions
19+ sphinx-gallery
1620flux-restful-client
Original file line number Diff line number Diff line change 1111sqlalchemy
1212# install also provides alembic binary
1313alembic
14- pydantic
14+ pydantic == 2.0.1
1515python-jose [cryptography ]
1616passlib [bcrypt ]
You can’t perform that action at this time.
0 commit comments