Skip to content

Commit b82f006

Browse files
author
Tomer Arbel Eliyahu
committed
add initial requirements.txt for python based commands
Generated using `pip3 freeze > requirements.txt` under venv, after installing and successfully running the `git-delete-squashed-and-merged-branches` command. Also update .gitignore to exclude venvs. Signed-off-by: Tomer Arbel Eliyahu <[email protected]>
1 parent 94e20eb commit b82f006

File tree

2 files changed

+70
-0
lines changed

2 files changed

+70
-0
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@
66
*.sublime-workspace
77
.*.swp
88
.idea
9+
**/venv

requirements.txt

+69
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,69 @@
1+
altgraph @ file:///System/Volumes/Data/SWE/Apps/DT/BuildRoots/BuildRoot1/ActiveBuildRoot/Library/Caches/com.apple.xbs/Sources/python3/python3-124/altgraph-0.17.2-py2.py3-none-any.whl
2+
ansible==6.5.0
3+
ansible-core==2.13.5
4+
attrs==22.1.0
5+
black==22.8.0
6+
blessed==1.19.1
7+
boto3==1.26.3
8+
botocore==1.29.3
9+
certifi==2022.9.24
10+
cffi==1.15.1
11+
charset-normalizer==2.1.1
12+
click==8.1.3
13+
codenamize==1.2.3
14+
colorama==0.4.6
15+
cryptography==38.0.1
16+
Deprecated==1.2.13
17+
docker==6.0.1
18+
docopt==0.6.2
19+
fastjsonschema==2.16.2
20+
future @ file:///System/Volumes/Data/SWE/Apps/DT/BuildRoots/BuildRoot1/ActiveBuildRoot/Library/Caches/com.apple.xbs/Sources/python3/python3-124/future-0.18.2-py3-none-any.whl
21+
gitdb==4.0.9
22+
github3.py==3.2.0
23+
GitPython==3.1.29
24+
idna==3.4
25+
inquirer==2.10.0
26+
Jinja2==3.1.2
27+
jmespath==1.0.1
28+
jsonschema==4.17.0
29+
jupyter_core==4.11.2
30+
macholib @ file:///System/Volumes/Data/SWE/Apps/DT/BuildRoots/BuildRoot1/ActiveBuildRoot/Library/Caches/com.apple.xbs/Sources/python3/python3-124/macholib-1.15.2-py2.py3-none-any.whl
31+
MarkupSafe==2.1.1
32+
moto==4.0.9
33+
mypy-extensions==0.4.3
34+
nbformat==5.7.0
35+
packaging==21.3
36+
pathspec==0.10.1
37+
pigar==1.0.0
38+
pipreqs==0.4.11
39+
platformdirs==2.5.2
40+
pycparser==2.21
41+
PyGithub==1.57
42+
PyJWT==2.6.0
43+
PyNaCl==1.5.0
44+
pyparsing==3.0.9
45+
pyrsistent==0.19.2
46+
python-dateutil==2.8.2
47+
python-editor==1.0.4
48+
pytz==2022.6
49+
PyYAML==6.0
50+
readchar==4.0.3
51+
requests==2.28.1
52+
resolvelib==0.8.1
53+
responses==0.22.0
54+
s3transfer==0.6.0
55+
six @ file:///System/Volumes/Data/SWE/Apps/DT/BuildRoots/BuildRoot1/ActiveBuildRoot/Library/Caches/com.apple.xbs/Sources/python3/python3-124/six-1.15.0-py2.py3-none-any.whl
56+
smmap==5.0.0
57+
toml==0.10.2
58+
tomli==2.0.1
59+
traitlets==5.5.0
60+
types-toml==0.10.8
61+
typing_extensions==4.4.0
62+
uritemplate==4.1.1
63+
urllib3==1.26.12
64+
wcwidth==0.2.5
65+
websocket-client==1.4.2
66+
Werkzeug==2.2.2
67+
wrapt==1.14.1
68+
xmltodict==0.13.0
69+
yarg==0.1.9

0 commit comments

Comments
 (0)