Changeset bf33fd7 in ammosreader for pyproject.toml
- Timestamp:
- 05/12/23 13:02:25 (2 years ago)
- Branches:
- AmmosSource, guix
- Children:
- 1804972
- Parents:
- f67e593
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pyproject.toml
rf67e593 rbf33fd7 12 12 authors = [ 13 13 { name = "Enrico Schwass", email="ennoausberlin@mac.com"} 14 14 15 ] 15 16 description = "A package to manage ammos datastreams" … … 17 18 requires-python = ">=3.9" 18 19 19 dependencies = ["numpy", "Pillow", "pydub", "bitstring", 20 "pymongo", "scipy"] 20 dependencies = ["numpy"] 21 21
Note:
See TracChangeset
for help on using the changeset viewer.