Skip to content

Commit 5f0661c

Browse files
author
Kodey Converse
committed
Change requirements to be automatically installed by pip
1 parent 9714b4b commit 5f0661c

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

requirements.txt

Lines changed: 0 additions & 3 deletions
This file was deleted.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@
2222
'vector_controller=vector_controller.__main__:main',
2323
],
2424
},
25-
25+
install_requires=['anki_vector', 'flask', 'Pillow'],
2626
)

0 commit comments

Comments
 (0)