Skip to content

Commit

Permalink
requirements: Remove ofdskit - functionality is in latest libcoveofds
Browse files Browse the repository at this point in the history
  • Loading branch information
odscjames committed Nov 8, 2022
1 parent fc41bbb commit 20b1341
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 8 deletions.
2 changes: 1 addition & 1 deletion cove_ofds/process.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@

import flattentool
from libcoveofds.additionalfields import AdditionalFields
from libcoveofds.geojson import GeoJSONToJSONConverter, JSONToGeoJSONConverter
from libcoveofds.jsonschemavalidate import JSONSchemaValidator
from libcoveofds.python_validate import PythonValidate
from libcoveofds.schema import OFDSSchema
from ofdskit.lib.geojson import GeoJSONToJSONConverter, JSONToGeoJSONConverter

from libcoveweb2.models import SuppliedDataFile
from libcoveweb2.process import ProcessDataTask
Expand Down
1 change: 0 additions & 1 deletion requirements.in
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
sentry-sdk
Django>3.2,<3.3
libcoveofds
ofdskit
gunicorn
flattentool
django-bootstrap3
Expand Down
4 changes: 1 addition & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -48,14 +48,12 @@ jsonref==0.2
# libcoveofds
jsonschema==4.17.0
# via libcoveofds
libcoveofds==0.2.0
libcoveofds==0.3.0
# via -r requirements.in
lxml==4.9.1
# via flattentool
odfpy==1.4.1
# via flattentool
ofdskit==0.1.0
# via -r requirements.in
openpyxl==3.0.10
# via flattentool
persistent==4.9.1
Expand Down
4 changes: 1 addition & 3 deletions requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jsonschema==4.17.0
# via
# -r requirements.txt
# libcoveofds
libcoveofds==0.2.0
libcoveofds==0.3.0
# via -r requirements.txt
libsass==0.21.0
# via -r requirements_dev.in
Expand All @@ -109,8 +109,6 @@ odfpy==1.4.1
# via
# -r requirements.txt
# flattentool
ofdskit==0.1.0
# via -r requirements.txt
openpyxl==3.0.10
# via
# -r requirements.txt
Expand Down

0 comments on commit 20b1341

Please sign in to comment.