Skip to content

Commit 914d669

Browse files
mathboumathbou
andauthored
Add typing and numpy in fallbacks (#41)
* 🔧 add typing and numpy fallbacks * 🐛 fix format Co-authored-by: mathbou <m.bouzard@nki.local>
1 parent ea39ad5 commit 914d669

File tree

1 file changed

+27
-25
lines changed

1 file changed

+27
-25
lines changed
Lines changed: 27 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,37 @@
11
{
2-
"slumber": "https://slumber.readthedocs.io/en/v0.6.0/",
3-
"packaging": "https://packaging.pypa.io/en/latest/",
4-
"importlib_resources": "https://importlib-resources.readthedocs.io/en/latest/",
5-
"importlib-resources": "https://importlib-resources.readthedocs.io/en/latest/",
6-
"sphinx": "https://www.sphinx-doc.org/en/3.x/",
7-
"typing_extensions": "https://docs.python.org/3/",
8-
"typing-extensions": "https://docs.python.org/3/",
9-
"pandas": "https://pandas.pydata.org/docs/",
10-
"pytest": "https://docs.pytest.org/en/stable",
11-
"natsort": "https://natsort.readthedocs.io/en/master/",
12-
"pydash": "https://pydash.readthedocs.io/en/latest/",
13-
"pytest-regressions": "https://pytest-regressions.readthedocs.io/en/latest/",
2+
"babel": "https://babel.readthedocs.io/en/latest/",
143
"boto3": "https://boto3.amazonaws.com/v1/documentation/api/latest/",
15-
"chardet": "https://chardet.readthedocs.io/en/latest",
16-
"six": "https://six.readthedocs.io/",
4+
"cachetools": "https://cachetools.readthedocs.io/en/latest/",
175
"cffi": "https://cffi.readthedocs.io/en/latest/",
6+
"chardet": "https://chardet.readthedocs.io/en/latest",
187
"cryptography": "https://cryptography.io/en/latest/",
19-
"python-dateutil": "https://dateutil.readthedocs.io/en/stable/",
20-
"pyparsing": "https://pyparsing-docs.readthedocs.io/en/latest/",
21-
"requests-oauthlib": "https://requests-oauthlib.readthedocs.io/en/latest/",
22-
"oauthlib": "https://oauthlib.readthedocs.io/en/latest/",
23-
"pyopenssl": "https://www.pyopenssl.org/en/latest/",
8+
"dnspython": "https://dnspython.readthedocs.io/en/latest/",
249
"importlib-metadata": "https://importlib-metadata.readthedocs.io/en/latest/",
10+
"importlib-resources": "https://importlib-resources.readthedocs.io/en/latest/",
2511
"importlib_metadata": "https://importlib-metadata.readthedocs.io/en/latest/",
12+
"importlib_resources": "https://importlib-resources.readthedocs.io/en/latest/",
13+
"natsort": "https://natsort.readthedocs.io/en/master/",
14+
"numpy": "https://numpy.org/doc/stable/",
15+
"oauthlib": "https://oauthlib.readthedocs.io/en/latest/",
16+
"packaging": "https://packaging.pypa.io/en/latest/",
17+
"pandas": "https://pandas.pydata.org/docs/",
2618
"psutil": "https://psutil.readthedocs.io/en/latest/",
27-
"zipp": "https://zipp.readthedocs.io/en/latest/",
28-
"yarl": "https://yarl.readthedocs.io/en/latest/",
29-
"cachetools": "https://cachetools.readthedocs.io/en/latest/",
19+
"pydash": "https://pydash.readthedocs.io/en/latest/",
3020
"pyjwt": "https://pyjwt.readthedocs.io/en/latest/",
31-
"dnspython": "https://dnspython.readthedocs.io/en/latest/",
32-
"babel": "https://babel.readthedocs.io/en/latest/",
21+
"pyopenssl": "https://www.pyopenssl.org/en/latest/",
22+
"pyparsing": "https://pyparsing-docs.readthedocs.io/en/latest/",
3323
"pyrsistent": "https://pyrsistent.readthedocs.io/en/latest/",
34-
"scikit-learn": "https://scikit-learn.org/stable/"
24+
"pytest": "https://docs.pytest.org/en/stable",
25+
"pytest-regressions": "https://pytest-regressions.readthedocs.io/en/latest/",
26+
"python-dateutil": "https://dateutil.readthedocs.io/en/stable/",
27+
"requests-oauthlib": "https://requests-oauthlib.readthedocs.io/en/latest/",
28+
"scikit-learn": "https://scikit-learn.org/stable/",
29+
"six": "https://six.readthedocs.io/",
30+
"slumber": "https://slumber.readthedocs.io/en/v0.6.0/",
31+
"sphinx": "https://www.sphinx-doc.org/en/3.x/",
32+
"typing": "https://docs.python.org/3/",
33+
"typing-extensions": "https://docs.python.org/3/",
34+
"typing_extensions": "https://docs.python.org/3/",
35+
"yarl": "https://yarl.readthedocs.io/en/latest/",
36+
"zipp": "https://zipp.readthedocs.io/en/latest/"
3537
}

0 commit comments

Comments
 (0)