-
-
Notifications
You must be signed in to change notification settings - Fork 472
Expand file tree
/
Copy pathrequirements.txt
More file actions
28 lines (21 loc) · 736 Bytes
/
requirements.txt
File metadata and controls
28 lines (21 loc) · 736 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# 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.1.2
# Needed by the PROXY setting to support socks4/5 proxy types
PySocks==1.7.1
# Needed since sockshandler.py (from Pysocks) maintenance has been stopped:
# https://github.com/Anorov/PySocks/issues/134#issuecomment-1310323763
ExtProxy==1.0.3
### optional dependencies
##########################
# Enable php code syntax coloration
pygments==2.17.2
# # Enhanced python console for use with `corectl python-console`
# bpython
#
# # Enhanced python console for use with `corectl python-console`
# IPython