File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -14,11 +14,12 @@ There are two recommended ways of adding `tomli` to your micropython project:
14
14
Simply add the following to your ` pyproject.toml `
15
15
```
16
16
[tool.belay.dependencies]
17
- tomli = "https://github.com/BrianPugh/micropython-tomli/tree/micropython /src/tomli"
17
+ tomli = "https://github.com/BrianPugh/micropython-tomli/tree/master /src/tomli"
18
18
```
19
19
20
- ` datetime ` is required for date/time support.
21
- If you don't need ` datetime ` support, you don't need to include the ` _re_time.py ` file.
20
+ [ Datetime] ( https://github.com/micropython/micropython-lib/tree/master/python-stdlib/datetime ) is required for date/time support.
21
+ If you don't need ` datetime ` support, then you don't need to include the ` _re_time.py ` file.
22
+ In this case, the ` _parser.py ` file is standalone and could be renamed to ` tomli.py `
22
23
23
24
The remainder of this README is from the original ` tomli ` repo.
24
25
You can’t perform that action at this time.
0 commit comments