This commit is contained in:
Paul Gauthier 2023-05-28 22:47:38 -07:00
parent 95be55a2b6
commit 92cd2f3ce6
15 changed files with 56 additions and 38 deletions

View file

@ -1,4 +1,4 @@
from setuptools import setup, find_packages
from setuptools import find_packages, setup
with open("requirements.txt") as f:
requirements = f.read().splitlines()