Skip to content
Snippets Groups Projects
Commit 2f3383b3 authored by Tamas Gal's avatar Tamas Gal :speech_balloon:
Browse files

Remove sys

parent 463796f3
No related branches found
No related tags found
No related merge requests found
Pipeline #6926 canceled
......@@ -5,7 +5,6 @@ The km3io setup script.
"""
from setuptools import setup
import sys
with open('requirements.txt') as fobj:
requirements = [l.strip() for l in fobj.readlines()]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment