Skip to content

Commit ce1f7a1

Browse files
committed
Updated required dependencies
1 parent 8512ad2 commit ce1f7a1

File tree

3 files changed

+1
-5
lines changed

3 files changed

+1
-5
lines changed

rawtools/log.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# -*- coding: utf-8 -*-
22
"""Logging module"""
3-
import argparse
43
import logging
54
import os
65
from datetime import datetime as dt

rawtools/rawtools.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1 @@
11
"""Main module."""
2-
3-
def sayHello():
4-
print("Hello! There! EVERYONE!")

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
with open('HISTORY.rst') as history_file:
1111
history = history_file.read()
1212

13-
requirements = [ ]
13+
requirements = ['numpy', 'tqdm', 'Pillow', ]
1414

1515
setup_requirements = ['pytest-runner', ]
1616

0 commit comments

Comments
 (0)