diff options
author | Christian Breunig <christian@breunig.cc> | 2024-05-09 16:33:15 +0200 |
---|---|---|
committer | Mergify <37929162+mergify[bot]@users.noreply.github.com> | 2024-05-09 14:39:31 +0000 |
commit | c028c02330ce0893a773293b6db263c725147703 (patch) | |
tree | d1161542efc3dfdf4b3a0514f7572a05a825eaaf /Pipfile | |
parent | 1b7a2d19cb8671391b541ffec610f36d1832bab7 (diff) | |
download | vyos-1x-c028c02330ce0893a773293b6db263c725147703.tar.gz vyos-1x-c028c02330ce0893a773293b6db263c725147703.zip |
T6199: remove unused Python pip files
(cherry picked from commit a1aa0a8a663ef9e575bbdbae0ced84f85fe81c25)
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" |