Skip to content

Commit f73fc62

Browse files
committed
add license to code repo
1 parent d165ee8 commit f73fc62

File tree

3 files changed

+656
-1
lines changed

3 files changed

+656
-1
lines changed

requirements.txt

+38
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
#
2+
# This file is autogenerated by pip-compile with Python 3.12
3+
# by the following command:
4+
#
5+
# pip-compile
6+
#
7+
annotated-types==0.7.0
8+
# via pydantic
9+
apiron==8.0.0.post1
10+
# via wise-banking-api-client (pyproject.toml)
11+
certifi==2024.12.14
12+
# via requests
13+
cffi==1.17.1
14+
# via cryptography
15+
charset-normalizer==3.4.1
16+
# via requests
17+
cryptography==44.0.0
18+
# via wise-banking-api-client (pyproject.toml)
19+
idna==3.10
20+
# via requests
21+
munch==4.0.0
22+
# via wise-banking-api-client (pyproject.toml)
23+
pycparser==2.22
24+
# via cffi
25+
pydantic==2.10.5
26+
# via wise-banking-api-client (pyproject.toml)
27+
pydantic-core==2.27.2
28+
# via pydantic
29+
requests==2.32.3
30+
# via apiron
31+
typing-extensions==4.12.2
32+
# via
33+
# pydantic
34+
# pydantic-core
35+
urllib3==2.3.0
36+
# via
37+
# apiron
38+
# requests

0 commit comments

Comments
 (0)