Mercurial > personal > weather-server
comparison pyproject.toml @ 39:b77c8e7d2742
Use zoneinfo rather than pytz.
author | Paul Fisher <paul@pfish.zone> |
---|---|
date | Tue, 01 Apr 2025 15:54:21 -0400 |
parents | d5a18ecebf47 |
children |
comparison
equal
deleted
inserted
replaced
38:d5a18ecebf47 | 39:b77c8e7d2742 |
---|---|
3 build-backend = "hatchling.build" | 3 build-backend = "hatchling.build" |
4 | 4 |
5 [project] | 5 [project] |
6 name = "weather-server" | 6 name = "weather-server" |
7 dynamic = ["version"] | 7 dynamic = ["version"] |
8 requires-python = ">=3.7" | 8 requires-python = ">=3.9" |
9 dependencies = [ | 9 dependencies = [ |
10 "attrs", | 10 "attrs", |
11 "flask", | 11 "flask", |
12 "flup", | 12 "flup", |
13 "pymongo", | 13 "pymongo", |
14 "pytz", | |
15 ] | 14 ] |
16 | 15 |
17 [tool.hatch.version] | 16 [tool.hatch.version] |
18 source = "vcs" | 17 source = "vcs" |
19 | 18 |