Skip to content

Commit

Permalink
build: remove typed_ast (not required... and not maintained anymore) (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
thebaptiste authored Jan 16, 2024
1 parent a6f577e commit ada92f6
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 5 deletions.
3 changes: 1 addition & 2 deletions .metwork-framework/components.md
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,6 @@
| [tqdm](https://pypi.org/project/tqdm) | 4.66.1 | python3 |
| [traitlets](https://pypi.org/project/traitlets) | 5.9.0 | python3 |
| [trove-classifiers](https://github.com/pypa/trove-classifiers) | 2023.8.7 | python3_core |
| [typed_ast](https://github.com/python/typed_ast) | 1.5.5 | python3_devtools |
| [typer](https://github.com/tiangolo/typer) | 0.9.0 | python3_devtools |
| [typing_extensions](https://pypi.org/project/typing_extensions) | 4.8.0 | python3_core |
| [typing_inspect](https://github.com/ilevkivskyi/typing_inspect) | 0.9.0 | python3_devtools |
Expand All @@ -270,4 +269,4 @@
| [zeromq](https://zeromq.org/) | 4.3.4 | core |
| [zipp](https://github.com/jaraco/zipp) | 3.16.2 | python3_core |

*(269 components)*
*(268 components)*
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,6 @@
import tqdm
import traitlets
import trove_classifiers
import typed_ast
import typer
import typing_extensions
import typing_inspect
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,6 @@
import tqdm
import traitlets
import trove_classifiers
import typed_ast
import typer
import typing_extensions
import typing_inspect
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ sftp-py==0.2.1
snowballstemmer==2.2.0
stack-data==0.6.3
tornado==6.3.3
typed-ast==1.5.5
typer==0.9.0
typing-inspect==0.9.0
watchdog==3.0.0
Expand Down

0 comments on commit ada92f6

Please sign in to comment.