[GH-ISSUE #102] add python requirements #71

Closed
opened 2026-03-01 14:40:22 +03:00 by kerem · 2 comments
Owner

Originally created by @zpeters on GitHub (Oct 2, 2018).
Original GitHub issue: https://github.com/ArchiveBox/ArchiveBox/issues/102

uses requirements.txt (or some other method) to specify which python libs are needed. For example "requests" is needed but i didn't see in setup that it is ever checked/installed

Originally created by @zpeters on GitHub (Oct 2, 2018). Original GitHub issue: https://github.com/ArchiveBox/ArchiveBox/issues/102 uses requirements.txt (or some other method) to specify which python libs are needed. For example "requests" is needed but i didn't see in setup that it is ever checked/installed
kerem 2026-03-01 14:40:22 +03:00
Author
Owner

@pirate commented on GitHub (Oct 12, 2018):

For some reason I keep forgetting to add this, I guess because I assume everyone already has requests installed.

I might actually remove the requests dependency in favor of using the standard library, since we only use it in one place anyway.

<!-- gh-comment-id:429449641 --> @pirate commented on GitHub (Oct 12, 2018): For some reason I keep forgetting to add this, I guess because I assume everyone already has `requests` installed. I might actually remove the `requests` dependency in favor of using the standard library, since we only use it in one place anyway.
Author
Owner

@pirate commented on GitHub (Oct 15, 2018):

done

<!-- gh-comment-id:429933215 --> @pirate commented on GitHub (Oct 15, 2018): done
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/ArchiveBox#71
No description provided.