Skip to content

Commit b274107

Browse files
Jan Willhausmichaelmior
authored andcommitted
refactor(package): remove dependency for decorator
1 parent 39931f7 commit b274107

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
ply
2-
decorator
32
six
43
setuptools>=18.5

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
},
2424
test_suite='tests',
2525
install_requires=[
26-
'ply', 'decorator', 'six'
26+
'ply', 'six'
2727
],
2828
classifiers=[
2929
'Development Status :: 5 - Production/Stable',

0 commit comments

Comments
 (0)