Skip to content

Commit

Permalink
Merge branch 'eclipse-basyx:main' into data_integration_with_AID_AIMC…
Browse files Browse the repository at this point in the history
…/source_with_Reference
  • Loading branch information
shenchenruwo authored Sep 20, 2024
2 parents 1a424ee + 208e6f9 commit c754d0b
Show file tree
Hide file tree
Showing 13 changed files with 4,902 additions and 50 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install setuptools wheel
pip install setuptools wheel build
- name: Create source and wheel dist
run: |
python setup.py sdist bdist_wheel
python -m build
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
/.coverage
/htmlcov/
/docs/build/
/.hypothesis/

# customized config files
/test/test_config.ini
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ The BaSyx Python SDK requires the following Python packages to be installed for
* `python-dateutil` (BSD 3-clause License)
* `pyecma376-2` (Apache License v2.0)
* `urllib3` (MIT License)
* `Werkzeug` (BSD 3-clause License)

Optional production usage dependencies:
* For using the Compliance Tool to validate JSON files against the JSON Schema: `jsonschema` and its
Expand Down
Loading

0 comments on commit c754d0b

Please sign in to comment.