Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ build/
.cache/
README.rst
.vscode/launch.json
.venv
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
],
install_requires=[
'aniso8601>=1.2.0',
'Click == 6.7',
'Click >= 6.7',
'future==0.16.0',
'jsonschema==2.6.0',
'language-tags==0.4.3',
Expand Down