Files
google-apis-rs/requirements.txt
Gary Coady bd24ea872a Improve handling of plurals in generator.
The generator tries to turn plural into singular nouns.
However, some words turn out badly, including:
 - Addresse (from Addresses)
 - Prefixe (from Prefixes)
 - Bookshelve (from Bookshelves)
 - Sery (from Series)

By using a library, we can get a slightly better outcome.
I've added an exception for "Data", because seeing that
turned into "Datum" is a bit jarring.
2022-11-29 22:51:05 +01:00

11 lines
101 B
Plaintext

mako==1.2.2
pyyaml<6
mkdocs==1.3.1
pytest
pytest-cov
codecov
ghp-import
pyright
types-PyYAML
inflect