[PR #51] [MERGED] Add missing dependencies to setup.py #52

Closed
opened 2026-02-27 19:06:38 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Aran404/SpotAPI/pull/51
Author: @Leogendra
Created: 11/6/2025
Status: Merged
Merged: 11/6/2025
Merged by: @Aran404

Base: mainHead: main


📝 Commits (2)

  • 715cd98 Add beautifulsoup4 to requirements
  • 5dc6f12 Add pyotp and beautifulsoup4 to install requirements

📊 Changes

2 files changed (+5 additions, -2 deletions)

View changed files

📝 requirements.txt (+2 -1)
📝 setup.py (+3 -1)

📄 Description

This PR fixes missing dependencies that were not automatically installed when using pip install spotapi.
Both pyotp and beautifulsoup4 were used in the project but not declared in setup.py,

Installing the library via pip install spotapi now includes all required dependencies without manual installation.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/Aran404/SpotAPI/pull/51 **Author:** [@Leogendra](https://github.com/Leogendra) **Created:** 11/6/2025 **Status:** ✅ Merged **Merged:** 11/6/2025 **Merged by:** [@Aran404](https://github.com/Aran404) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (2) - [`715cd98`](https://github.com/Aran404/SpotAPI/commit/715cd9886d537b3cd7ac218cd510313b2ecbb77d) Add beautifulsoup4 to requirements - [`5dc6f12`](https://github.com/Aran404/SpotAPI/commit/5dc6f128397c20f421b49b155e5556c302ff92a0) Add pyotp and beautifulsoup4 to install requirements ### 📊 Changes **2 files changed** (+5 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `requirements.txt` (+2 -1) 📝 `setup.py` (+3 -1) </details> ### 📄 Description This PR fixes missing dependencies that were not automatically installed when using `pip install spotapi`. Both `pyotp` and `beautifulsoup4` were used in the project but not declared in `setup.py`, Installing the library via `pip install spotapi` now includes all required dependencies without manual installation. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 19:06:38 +03:00
kerem changed title from [PR #51] [MERGED] Add missing dependencies to setup.py to [PR #51] Add missing dependencies to setup.py 2026-03-07 19:38:12 +03:00
kerem changed title from [PR #51] Add missing dependencies to setup.py to [PR #51] [MERGED] Add missing dependencies to setup.py 2026-03-14 20:23:10 +03:00
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/SpotAPI#52
No description provided.