diff options
author | Christian Breunig <christian@breunig.cc> | 2024-05-09 16:33:15 +0200 |
---|---|---|
committer | Christian Breunig <christian@breunig.cc> | 2024-05-09 16:33:15 +0200 |
commit | a1aa0a8a663ef9e575bbdbae0ced84f85fe81c25 (patch) | |
tree | bdca7d282888bf3d2fabbca40f77c173d5b29001 /Pipfile | |
parent | 996f9af72d41324319602252f3628bf04ac86dc4 (diff) | |
download | vyos-1x-a1aa0a8a663ef9e575bbdbae0ced84f85fe81c25.tar.gz vyos-1x-a1aa0a8a663ef9e575bbdbae0ced84f85fe81c25.zip |
T6199: remove unused Python pip files
Diffstat (limited to 'Pipfile')
-rw-r--r-- | Pipfile | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/Pipfile b/Pipfile deleted file mode 100644 index 5a4fb6fe9..000000000 --- a/Pipfile +++ /dev/null @@ -1,18 +0,0 @@ -[[source]] -name = "pypi" -url = "https://pypi.org/simple" -verify_ssl = true - -[dev-packages] -lxml = "*" -pylint = "*" -nose = "*" -coverage = "*" - -[packages] -vyos = {file = "./python"} -jinja2 = "*" -paramiko = "*" - -[requires] -python_version = "3.6" |