mirror of
https://github.com/nikdoof/foursquare-feeds.git
synced 2025-12-25 18:39:33 +00:00
Use uv instead of pipenv. Ensure work with Python 3.12
This commit is contained in:
12
pyproject.toml
Normal file
12
pyproject.toml
Normal file
@@ -0,0 +1,12 @@
|
||||
[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",
|
||||
]
|
||||
Reference in New Issue
Block a user