Skip to content

Commit

Permalink
added pyclip as dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
hitblast committed Apr 7, 2024
1 parent 8c94b06 commit 883a0bb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion avro/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
# Set package information.
__description__ = 'A modern Pythonic implementation of Avro Phonetic.'

__version_info__ = ('2024', '3', '31') # YYYY / MM / DD
__version_info__ = ('2024', '4', '7') # YYYY / MM / DD
__version__ = '.'.join(__version_info__)
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
click>=8.1.7
pyclip>=0.7.0
pytest>=8.1.1
ruff>=0.3.4
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
'Topic :: Software Development :: Libraries :: Python Modules',
],
extras_require={
'cli': ['click>=8.0.0'],
'cli': ['click>=8.0.0', 'pyclip >= 0.7.0'],
},
entry_points={
'console_scripts': [
Expand Down

0 comments on commit 883a0bb

Please sign in to comment.