Skip to content

Commit

Permalink
Fix requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
maxschulz-COL committed Nov 4, 2024
1 parent 568609a commit a53a9b7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tools/pycafe/create_pycafe_links.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,9 @@ def post_comment(urls: dict[str, str]):
"black",
"jupyter",
"openpyxl",
"greenlet", # mock
"tiktoken @ https://py.cafe/files/maartenbreddels/tiktoken-demo/tiktoken-0.7.0-cp312-cp312-pyodide_2024_0_wasm32.whl",
"https://py.cafe/files/maartenbreddels/jiter-demo/jiter-0.6.1-cp312-cp312-pyodide_2024_0_wasm32.whl",
],
}
urls = {
Expand Down

0 comments on commit a53a9b7

Please sign in to comment.