steam-group-crawler/Pipfile
Kate bcd06fb05d stop after 500 pages of player IDs
-this only applies to the 14 biggest groups
- is needed to stay under the 16MB document limit in mongodb
2023-06-07 04:47:20 +01:00

16 lines
219 B
TOML

[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
requests = "*"
beautifulsoup4 = "*"
lxml = "*"
ratelimit = "*"
mongoengine = "*"
[dev-packages]
[requires]
python_version = "3.9"