mirror of
https://github.com/Watchful1/PushshiftDumps.git
synced 2025-07-01 18:06:48 -04:00
19 lines
382 B
TOML
19 lines
382 B
TOML
[[source]]
|
|
url = "https://pypi.org/simple"
|
|
verify_ssl = true
|
|
name = "pypi"
|
|
|
|
[packages]
|
|
zstandard = "*"
|
|
discord-logging = {editable = true, git = "https://github.com/Watchful1/DiscordLogging.git"}
|
|
requests = "*"
|
|
pymongo = {extras = ["srv"], version = "*"}
|
|
scipy = "*"
|
|
sortedcontainers = "*"
|
|
praw = "*"
|
|
multiprocessing-logging = "*"
|
|
|
|
[dev-packages]
|
|
|
|
[requires]
|
|
python_version = "3.9"
|