mirror of
https://github.com/retspen/webvirtcloud.git
synced 2026-04-25 07:25:53 +03:00
[GH-ISSUE #376] python requirements #236
Labels
No labels
bug
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/webvirtcloud#236
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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?
@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/
@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.
@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.