This commit is contained in:
Reid 'arrdem' McKenzie 2021-08-29 22:18:57 -06:00
commit 54ab71f19c
21 changed files with 80 additions and 81 deletions
projects/lilith

View file

@ -1,5 +1,6 @@
from setuptools import setup
with open("requirements.txt") as fp:
requirements = [l.strip() for l in fp.readlines()]