mirror of
https://github.com/nikdoof/foursquare-feeds.git
synced 2025-12-11 14:52:23 +00:00
19 lines
343 B
TOML
19 lines
343 B
TOML
[project]
|
|
name = "foursquare-feeds"
|
|
version = "2.4.0"
|
|
description = "A python script for generating an iCal feed from your Foursquare checkins"
|
|
readme = "README.md"
|
|
requires-python = ">=3.12"
|
|
dependencies = [
|
|
"caldav>=2.0.1",
|
|
"foursquare",
|
|
"ics",
|
|
"requests>=2.32.4",
|
|
"urllib3>=2.5.0",
|
|
]
|
|
|
|
[dependency-groups]
|
|
dev = [
|
|
"ruff>=0.12.8",
|
|
]
|