Skip to content

Commit 9dc435e

Browse files
committed
Added missing dependency
1 parent 5cbf574 commit 9dc435e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@
1717
download_url = 'https://github.com/cedricrupb/code_diff/archive/refs/tags/v0.1.0.tar.gz',
1818
keywords = ['code', 'differencing', 'AST', 'program', 'language processing'],
1919
install_requires=[
20-
'code-tokenize'
20+
'code-tokenize',
21+
'apted'
2122
],
2223
classifiers=[
2324
'Development Status :: 3 - Alpha',

0 commit comments

Comments
 (0)