# vi: ft=conf
### mandatory dependencies
##########################

# Needed to communicate between Python and PHP remote execution
phpserialize==1.3

# A dependency of `shnake`. Used to parse command-line input
pyparsing==3.0.9

# Needed by the PROXY setting to support socks4/5 proxy types
PySocks==1.7.1


### optional dependencies
##########################

# Enable php code syntax coloration
pygments==2.12.0

# # Enhanced python console for use with `corectl python-console`
# bpython
#
# # Enhanced python console for use with `corectl python-console`
# IPython

