mirror of
https://github.com/Watchful1/PushshiftDumps.git
synced 2025-12-25 13:02:49 -05:00
15 lines
306 B
TOML
15 lines
306 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 = "*"}
|
|
|
|
[dev-packages]
|
|
|
|
[requires]
|
|
python_version = "3.8"
|