And lint
This commit is contained in:
parent
bc06fc01ff
commit
54ab71f19c
21 changed files with 80 additions and 81 deletions
projects/lilith
|
@ -1,5 +1,6 @@
|
|||
from setuptools import setup
|
||||
|
||||
|
||||
with open("requirements.txt") as fp:
|
||||
requirements = [l.strip() for l in fp.readlines()]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue