Skip to content

Commit

Permalink
fix: lock click==8.0.4 since we support Python 3.6
Browse files Browse the repository at this point in the history
The click change log https://python.libhunt.com/click-changelog says
that release v8.1.0 drops support for Python 3.6, but we're still
officially supporting Python 3.6 for g2p, so we need to lock the click
version accordingly.
  • Loading branch information
joanise committed Jun 7, 2022
1 parent 27e3322 commit f941c64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
openpyxl
click
click==8.0.4
coloredlogs<=14.0
dnspython>=2.1.0
eventlet>=0.33.0
Expand Down

0 comments on commit f941c64

Please sign in to comment.