File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 2
2
3
3
<!-- do not remove -->
4
4
5
+ ## 0.0.16
6
+
7
+ ### New Features
8
+
9
+ - Update dashes to underscores in attrs in ` html2xt ` ([ #20 ] ( https://github.com/AnswerDotAI/fasthtml/issues/20 ) )
10
+ - Rename fasthtml.all to fasthtml.common ([ #19 ] ( https://github.com/AnswerDotAI/fasthtml/issues/19 ) )
11
+
12
+
5
13
## 0.0.15
6
14
7
15
### New Features
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ lib_name = fasthtml
4
4
version = 0.0.16
5
5
min_python = 3.10
6
6
license = apache2
7
- requirements = fastcore>=1.5.45 python-dateutil starlette oauthlib itsdangerous uvicorn[standard] httpx fastlite>=0.0.6 python-multipart beautifulsoup4
7
+ requirements = fastcore>=1.5.46 python-dateutil starlette oauthlib itsdangerous uvicorn[standard] httpx fastlite>=0.0.6 python-multipart beautifulsoup4
8
8
dev_requirements = ipython lxml
9
9
black_formatting = False
10
10
conda_user = fastai
You can’t perform that action at this time.
0 commit comments