From 4cc9bba7394b3534d139f59e84b06bc3b7438537 Mon Sep 17 00:00:00 2001
From: GitHub Action <action@github.com>
Date: Fri, 30 Jul 2021 02:25:03 +0000
Subject: [PATCH] Automatically generated requirements.txt and
 requirements-dev.txt

---
 requirements-dev.txt | 13 +++++++++++++
 requirements.txt     | 19 +++++++++++++++++++
 2 files changed, 32 insertions(+)
 create mode 100644 requirements-dev.txt
 create mode 100644 requirements.txt

diff --git a/requirements-dev.txt b/requirements-dev.txt
new file mode 100644
index 0000000..f2e5d53
--- /dev/null
+++ b/requirements-dev.txt
@@ -0,0 +1,13 @@
+################################################################################
+# This requirements file has been automatically generated from `Pipfile` with
+# `pipenv-to-requirements`
+#
+#
+# This has been done to maintain backward compatibility with tools and services
+# that do not support `Pipfile` yet.
+#
+# Do NOT edit it directly, use `pipenv install [-d]` to modify `Pipfile` and
+# `Pipfile.lock` and then regenerate `requirements*.txt`.
+################################################################################
+
+tox
diff --git a/requirements.txt b/requirements.txt
new file mode 100644
index 0000000..3d3b4be
--- /dev/null
+++ b/requirements.txt
@@ -0,0 +1,19 @@
+################################################################################
+# This requirements file has been automatically generated from `Pipfile` with
+# `pipenv-to-requirements`
+#
+#
+# This has been done to maintain backward compatibility with tools and services
+# that do not support `Pipfile` yet.
+#
+# Do NOT edit it directly, use `pipenv install [-d]` to modify `Pipfile` and
+# `Pipfile.lock` and then regenerate `requirements*.txt`.
+################################################################################
+
+flatten-dict
+linkml-model
+linkml-runtime
+linkml>=1.0.3
+pyparsing~=2.4
+pysolr
+sparqlwrapper