Add prompt-toolkit and pygments to setup

This commit is contained in:
Asger Hautop Drewsen
2015-06-03 14:33:26 +02:00
parent a0aa783443
commit f37ec87b2c
+3 -1
View File
@@ -30,7 +30,9 @@ setup(
author_email="ole.andre.ravnas@tillitech.com",
url="http://www.frida.re",
install_requires=[
"colorama >= 0.2.7"
"colorama >= 0.2.7",
"prompt-toolkit >= 0.38",
"pygments >= 2.0.2"
],
license="wxWindows Library Licence, Version 3.1",
zip_safe=True,