Use uv instead of pipenv. Ensure work with Python 3.12

This commit is contained in:
Phil Gyford
2024-11-30 20:20:45 +00:00
parent dfba84ecd8
commit 5e7a17223e
9 changed files with 344 additions and 147 deletions

12
pyproject.toml Normal file
View 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",
]