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 31
31
"avatar_url" : [
32
32
null
33
33
]
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
+ ]
34
45
}
35
46
],
36
47
"contributorsPerLine" : 7
Original file line number Diff line number Diff line change 1
1
# Flux RESTFul API
2
2
3
3
<!-- 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- )
5
5
<!-- ALL-CONTRIBUTORS-BADGE:END -->
6
6
7
7
![ img/flux-restful-eyes-small.png] ( img/flux-restful-eyes-small.png )
@@ -35,6 +35,7 @@ tool to generate a contributors graphic below.
35
35
<tr>
36
36
<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>
37
37
<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>
38
39
</tr>
39
40
</tbody >
40
41
</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
3
6
pandas
4
7
matplotlib
5
8
nbsphinx
@@ -11,6 +14,7 @@ recommonmark
11
14
sphinx_markdown_tables
12
15
sphinx-copybutton
13
16
readthedocs-sphinx-search
14
- sphinx-gallery
15
17
myst-parser
18
+ pymdown-extensions
19
+ sphinx-gallery
16
20
flux-restful-client
Original file line number Diff line number Diff line change 11
11
sqlalchemy
12
12
# install also provides alembic binary
13
13
alembic
14
- pydantic
14
+ pydantic == 2.0.1
15
15
python-jose [cryptography ]
16
16
passlib [bcrypt ]
You can’t perform that action at this time.
0 commit comments