|
5 | 5 | 'author_email': '[email protected]', |
6 | 6 | 'black_formatting': 'False', |
7 | 7 | 'branch': 'master', |
| 8 | + 'conda_requirements': 'pyyaml', |
8 | 9 | 'console_scripts': 'nbdev_create_config=nbdev.read:nbdev_create_config\n' |
9 | 10 | 'nbdev_update=nbdev.sync:nbdev_update\n' |
10 | 11 | 'nbdev_export=nbdev.doclinks:nbdev_export\n' |
|
35 | 36 | 'copyright': '2020 onwards, Jeremy Howard', |
36 | 37 | 'custom_sidebar': 'True', |
37 | 38 | 'description': 'Create delightful software with Jupyter Notebooks', |
38 | | - 'dev_requirements': 'nbdev-numpy\nnbdev-stdlib\npandas\nmatplotlib\nipython\nblack\nghapi', |
| 39 | + 'dev_requirements': 'nbdev-numpy nbdev-stdlib pandas matplotlib black', |
39 | 40 | 'doc_baseurl': '/', |
40 | 41 | 'doc_host': 'https://nbdev.fast.ai', |
41 | 42 | 'doc_path': '_docs', |
|
48 | 49 | 'license': 'apache2', |
49 | 50 | 'min_python': '3.7', |
50 | 51 | 'nbs_path': 'nbs', |
| 52 | + 'pip_requirements': 'PyYAML', |
51 | 53 | 'readme_nb': 'getting_started.ipynb', |
52 | 54 | 'recursive': 'False', |
53 | 55 | 'repo': 'nbdev', |
|
168 | 170 | 'nbdev.read.mk_cell': 'https://nbdev.fast.ai/read.html#mk_cell', |
169 | 171 | 'nbdev.read.nbdev_create_config': 'https://nbdev.fast.ai/read.html#nbdev_create_config', |
170 | 172 | 'nbdev.read.write_cells': 'https://nbdev.fast.ai/read.html#write_cells'}, |
| 173 | + 'nbdev.release': { 'nbdev.release.GH_HOST': 'https://nbdev.fast.ai/release.html#gh_host', |
| 174 | + 'nbdev.release.Release': 'https://nbdev.fast.ai/release.html#release', |
| 175 | + 'nbdev.release.Release.changelog': 'https://nbdev.fast.ai/release.html#release.changelog', |
| 176 | + 'nbdev.release.Release.latest_notes': 'https://nbdev.fast.ai/release.html#release.latest_notes', |
| 177 | + 'nbdev.release.Release.release': 'https://nbdev.fast.ai/release.html#release.release', |
| 178 | + 'nbdev.release.changelog': 'https://nbdev.fast.ai/release.html#changelog', |
| 179 | + 'nbdev.release.release_gh': 'https://nbdev.fast.ai/release.html#release_gh', |
| 180 | + 'nbdev.release.release_git': 'https://nbdev.fast.ai/release.html#release_git'}, |
171 | 181 | 'nbdev.shortcuts': { 'nbdev.shortcuts.BASE_QUARTO_URL': 'https://nbdev.fast.ai/shortcuts.html#base_quarto_url', |
172 | 182 | 'nbdev.shortcuts.chelp': 'https://nbdev.fast.ai/shortcuts.html#chelp', |
173 | 183 | 'nbdev.shortcuts.conda': 'https://nbdev.fast.ai/shortcuts.html#conda', |
|
0 commit comments