Spaces:
Sleeping
Sleeping
remove functools
Browse files- app.py +0 -1
- 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
|