Skip to content

Commit

Permalink
Added simple test.
Browse files Browse the repository at this point in the history
  • Loading branch information
cjohns-scottlogic committed Jan 9, 2025
1 parent cfd9a89 commit 9594750
Show file tree
Hide file tree
Showing 5 changed files with 549 additions and 0 deletions.
2 changes: 2 additions & 0 deletions requirements/requirements.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
click
-r ../task/requirements.txt
192 changes: 192 additions & 0 deletions requirements/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,192 @@
#
# This file is autogenerated by pip-compile with Python 3.8
# by the following command:
#
# pip-compile --output-file=requirements/requirements.txt requirements/requirements.in
#
-e git+https://github.com/digital-land/digital-land-python.git#egg=digital-land
# via -r requirements/../task/requirements.txt
aiofiles==24.1.0
# via datasette
annotated-types==0.7.0
# via pydantic
anyio==4.4.0
# via httpx
asgi-csrf==0.10
# via datasette
asgiref==3.8.1
# via datasette
canonicaljson==2.0.0
# via digital-land
cchardet==2.1.7
# via digital-land
certifi==2024.7.4
# via
# httpcore
# httpx
# pyproj
# requests
charset-normalizer==3.3.2
# via requests
click==8.1.7
# via
# -r requirements/requirements.in
# click-default-group
# dask
# datasette
# digital-land
# uvicorn
click-default-group==1.2.4
# via datasette
cloudpickle==3.0.0
# via dask
dask==2023.5.0
# via digital-land
dataclasses-json==0.6.7
# via digital-land
datasette==0.64.8
# via digital-land
duckdb==1.0.0
# via digital-land
esridump==1.13.0
# via digital-land
et-xmlfile==1.1.0
# via openpyxl
exceptiongroup==1.2.2
# via anyio
fsspec==2024.6.1
# via dask
geojson==3.1.0
# via digital-land
h11==0.14.0
# via
# httpcore
# uvicorn
httpcore==1.0.5
# via httpx
httpx==0.27.2
# via datasette
hupper==1.12.1
# via datasette
idna==3.8
# via
# anyio
# httpx
# requests
importlib-metadata==8.4.0
# via dask
isodate==0.6.1
# via rdflib
itsdangerous==2.2.0
# via
# asgi-csrf
# datasette
janus==1.0.0
# via datasette
jinja2==3.1.4
# via datasette
json-stream==2.3.2
# via digital-land
json-stream-rs-tokenizer==0.4.26
# via json-stream
locket==1.0.0
# via partd
markupsafe==2.1.5
# via jinja2
marshmallow==3.22.0
# via dataclasses-json
mergedeep==1.3.4
# via datasette
mypy-extensions==1.0.0
# via typing-inspect
numpy==1.24.4
# via
# digital-land
# pandas
# shapely
openpyxl==3.1.5
# via digital-land
packaging==24.1
# via
# dask
# marshmallow
pandas==2.0.3
# via digital-land
partd==1.4.1
# via dask
pint==0.21.1
# via datasette
pluggy==1.5.0
# via datasette
pydantic==2.8.2
# via digital-land
pydantic-core==2.20.1
# via pydantic
pyparsing==3.1.4
# via rdflib
pyproj==3.5.0
# via digital-land
python-dateutil==2.9.0.post0
# via pandas
python-multipart==0.0.9
# via asgi-csrf
pytz==2024.1
# via pandas
pyyaml==6.0.2
# via
# dask
# datasette
# digital-land
rdflib==7.0.0
# via sparqlwrapper
requests==2.32.3
# via
# digital-land
# esridump
shapely==2.0.2
# via digital-land
six==1.16.0
# via
# esridump
# isodate
# python-dateutil
sniffio==1.3.1
# via
# anyio
# httpx
sparqlwrapper==2.0.0
# via digital-land
spatialite==0.0.3
# via digital-land
toolz==0.12.1
# via
# dask
# partd
typing-extensions==4.12.2
# via
# annotated-types
# anyio
# asgiref
# janus
# pydantic
# pydantic-core
# typing-inspect
# uvicorn
typing-inspect==0.9.0
# via dataclasses-json
tzdata==2024.1
# via pandas
urllib3==2.2.2
# via requests
uvicorn==0.30.6
# via datasette
validators==0.33.0
# via digital-land
xlrd==1.2.0
# via digital-land
zipp==3.20.1
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
# pip
# setuptools
2 changes: 2 additions & 0 deletions requirements/test-requirements.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
-r requirements.txt
pytest
Loading

0 comments on commit 9594750

Please sign in to comment.