mirror of
https://github.com/nettitude/PoshC2
synced 2026-06-08 16:22:47 +00:00
34 lines
514 B
TOML
34 lines
514 B
TOML
[[source]]
|
|
name = "pypi"
|
|
url = "https://pypi.org/simple"
|
|
verify_ssl = true
|
|
|
|
[dev-packages]
|
|
pytest = "*"
|
|
pycodestyle = "*"
|
|
autopep8 = "*"
|
|
pylint = "*"
|
|
rope = "*"
|
|
|
|
[packages]
|
|
pandas = "*"
|
|
prompt-toolkit = "*"
|
|
pycryptodome = "*"
|
|
psycopg2-binary = "*"
|
|
pyOpenSSL = "*"
|
|
PyYAML = "*"
|
|
IPy = "*"
|
|
pefile = "*"
|
|
python-jenkins = "*"
|
|
tzlocal = "*"
|
|
jenkins = "*"
|
|
rich = "*"
|
|
SQLAlchemy = "==1.4.41"
|
|
numpy = "*"
|
|
wheel = "*"
|
|
setuptools = "*"
|
|
typing_extensions = "*"
|
|
flask = "*"
|
|
flask-httpauth = "*"
|
|
flask-restx = "*"
|
|
werkzeug = "*" |