Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 2 additions & 10 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
#
# pip-compile --pip-args='--only-binary :all:' requirements.in
#
--only-binary :all:

attrs==25.3.0
# via zeep
certifi==2025.1.31
Expand All @@ -14,8 +12,6 @@ cffi==2.1.0
# via cryptography
charset-normalizer==3.4.1
# via requests
colorama==0.4.6
# via tqdm
cryptography==44.0.2
# via pyjwt
idna==3.10
Expand All @@ -41,9 +37,7 @@ python-dateutil==2.9.0.post0
python-dotenv==1.1.1
# via -r requirements.in
pytz==2025.2
# via
# pandas
# zeep
# via zeep
requests==2.32.4
# via
# -r requirements.in
Expand All @@ -61,12 +55,10 @@ six==1.17.0
# via python-dateutil
tabulate==0.9.0
# via -r requirements.in
tqdm==4.67.1
tqdm==4.70.0
# via -r requirements.in
typing-extensions==4.13.2
# via simple-salesforce
tzdata==2025.2
# via pandas
urllib3==2.5.0
# via requests
xlsxwriter==3.2.8
Expand Down
Loading