Skip to content

Commit

Permalink
Upgrade to python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
flofriday committed Oct 18, 2023
1 parent 18ce146 commit ecf0c52
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ enriches them with more information before returning it to the client.

## Build it yourself

You first need to install python3.11 and node.
You first need to install python3.12 and node.

```bash
npm install
Expand Down
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
blinker==1.6.2
blinker==1.6.3
certifi==2023.7.22
charset-normalizer==3.3.0
click==8.1.7
Expand All @@ -19,8 +19,8 @@ pyflakes==3.1.0
pytest==7.4.2
pytest-mock==3.11.1
python-dateutil==2.8.2
pytz==2023.3
pytz==2023.3.post1
requests==2.31.0
six==1.16.0
urllib3==2.0.6
urllib3==2.0.7
Werkzeug==3.0.0

0 comments on commit ecf0c52

Please sign in to comment.