IanYeo commited on
Commit
d08f9d8
1 Parent(s): 5877740

remove functools

Browse files
Files changed (2) hide show
  1. app.py +0 -1
  2. requirements.txt +0 -1
app.py CHANGED
@@ -10,7 +10,6 @@ import pickle
10
  import string
11
  import simplejson as json
12
  import regex as re
13
- from functools import reduce
14
  import streamlit as st
15
 
16
 
 
10
  import string
11
  import simplejson as json
12
  import regex as re
 
13
  import streamlit as st
14
 
15
 
requirements.txt CHANGED
@@ -3,7 +3,6 @@ pandas
3
  numpy
4
  openpyxl
5
  simplejson
6
- functools
7
  # sqlalchemy
8
  # psycopg2-binary
9
  # https://www.dropbox.com/s/9yfqtw4qldma1kf/ifc-0.3.18h.tar.gz?dl=1
 
3
  numpy
4
  openpyxl
5
  simplejson
 
6
  # sqlalchemy
7
  # psycopg2-binary
8
  # https://www.dropbox.com/s/9yfqtw4qldma1kf/ifc-0.3.18h.tar.gz?dl=1