[GH-ISSUE #376] python requirements #236

Closed
opened 2026-02-27 15:57:55 +03:00 by kerem · 3 comments
Owner

Originally created by @catborise on GitHub (Oct 16, 2020).
Original GitHub issue: https://github.com/retspen/webvirtcloud/issues/376

@Real-Gecko hi,
there is some python modules in conf/requirements i dont know if they are necessary.
if they arent, can we remove them?

  • beautifulsoup4
  • numpy
  • six
  • zipp
  • soupsieve
  • sqlparse
Originally created by @catborise on GitHub (Oct 16, 2020). Original GitHub issue: https://github.com/retspen/webvirtcloud/issues/376 @Real-Gecko hi, there is some python modules in conf/requirements i dont know if they are necessary. if they arent, can we remove them? - beautifulsoup4 - numpy - six - zipp - soupsieve - sqlparse
kerem closed this issue 2026-02-27 15:57:55 +03:00
Author
Owner

@Real-Gecko commented on GitHub (Oct 16, 2020):

These are dependencies of other packages. You can find which packages depend on which with pipdeptree https://pypi.org/project/pipdeptree/

<!-- gh-comment-id:710091870 --> @Real-Gecko commented on GitHub (Oct 16, 2020): These are dependencies of other packages. You can find which packages depend on which with pipdeptree https://pypi.org/project/pipdeptree/
Author
Owner

@catborise commented on GitHub (Oct 16, 2020):

i mean yes there are some dependencies but why we add them to requirements.txt, if it is dependant then it could install automatically.

<!-- gh-comment-id:710093082 --> @catborise commented on GitHub (Oct 16, 2020): i mean yes there are some dependencies but why we add them to requirements.txt, if it is dependant then it could install automatically.
Author
Owner

@Real-Gecko commented on GitHub (Oct 16, 2020):

I simply update requirements.txt with 'pip freeze > conf/requirements.txt' as it's what people usually do, sometimes you need to fix some dependency at certain version to avoid regression.

<!-- gh-comment-id:710106356 --> @Real-Gecko commented on GitHub (Oct 16, 2020): I simply update requirements.txt with 'pip freeze > conf/requirements.txt' as it's what people usually do, sometimes you need to fix some dependency at certain version to avoid regression.
Sign in to join this conversation.
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/webvirtcloud#236
No description provided.