mirror of
https://github.com/nikdoof/foursquare-feeds.git
synced 2025-12-13 08:52:23 +00:00
13 lines
257 B
TOML
13 lines
257 B
TOML
[project]
|
|
name = "foursquare-feeds"
|
|
version = "2.3.0"
|
|
description = "A python script for generating an iCal feed from your Foursquare checkins"
|
|
readme = "README.md"
|
|
requires-python = ">=3.12"
|
|
dependencies = [
|
|
"foursquare",
|
|
"ics",
|
|
"pytz",
|
|
"simplekml",
|
|
]
|