Skip to content

Commit 28ba4d7

Browse files
authored
Add requirements.txt and update .gitignore for Python
PR #5475, fixes #5474
1 parent f84f518 commit 28ba4d7

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

.gitignore

+7
Original file line numberDiff line numberDiff line change
@@ -113,3 +113,10 @@ src/.vscode/
113113
/src/.vs
114114
/src/CppProperties.json
115115
/src/launch.vs.json
116+
117+
# Python-related files
118+
*.pyc
119+
__pycache__/
120+
*.pyo
121+
*.pyd
122+
**/venv/

requirements.txt

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
protobuf~=3.20
2+
pycryptodome
3+
scapy
4+
parsimonious
5+
asn1crypto
6+
dpkt
7+
pyhanko==0.20.1

0 commit comments

Comments
 (0)