mirror of
https://github.com/nikdoof/foursquare-feeds.git
synced 2025-12-11 16:02:19 +00:00
12 lines
252 B
TOML
12 lines
252 B
TOML
[project]
|
|
name = "foursquare-feeds"
|
|
version = "2.3.1"
|
|
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",
|
|
]
|