Skip to content

Commit 2de37ae

Browse files
VALI-5458 :: Add Client Scripts Python Packages (#49)
Co-authored-by: João Gonçalves <[email protected]>
1 parent bc192bb commit 2de37ae

File tree

1 file changed

+23
-12
lines changed

1 file changed

+23
-12
lines changed

backend/requirements.txt

Lines changed: 23 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,31 @@
11
# Valispace packages (mandatory)
22
valispace==0.1.16 # Valispace Python API
33

4+
# Valispace integration Packages (optional)
5+
git+https://github.com/SimScaleGmbH/[email protected] # SimScale Python SDK
6+
47
# Basic scientifical packages (mandatory)
58
git+https://[email protected]/valispace/[email protected]+valispace#egg=pint # Physical quantities module (Valispace version)
69
scipy==1.9.3 # Fundamental algorithms for scientific computing in Python
710

811
# Add your packages here (optional)
9-
requests==2.28.2
10-
openpyxl==3.1.0
11-
xlrd==1.2.0
12-
natsort==8.2.0
13-
docx-mailmerge2==0.6.2
14-
docx2python==2.0.4
15-
python-docx==0.8.11
16-
Pillow==9.3.0
17-
htmldocx==0.0.6
18-
pip-system-certs==3.1
19-
Pandas==1.5.3
20-
numpy==1.23.5
12+
beautifulsoup4==4.11.2 # Screen-scraping library
13+
deepdiff==6.2.3 # Deep Difference and Search of any Python object/data (recreate objects by adding deltas to each other)
14+
docx-mailmerge2==0.6.2 # Performs a Mail Merge on docx (Microsoft Office Word) files
15+
docx2python==2.5.0 # Extract content from docx files
16+
docxtpl==0.16.5 # Python docx template engine
17+
htmldocx==0.0.6 # Convert html to docx
18+
jira==3.4.1 # Python library for interacting with JIRA via REST APIs
19+
more-itertools==9.0.0 # More routines for operating on iterables, beyond itertools
20+
natsort==8.2.0 # Simple yet flexible natural sorting in Python
21+
numpy==1.24.1 # Fundamental package for array computing in Python
22+
openpyxl==3.1.0 # A Python library to read/write Excel 2010 xlsx/xlsm files
23+
pandas==1.5.3 # Powerful data structures for data analysis, time series, and statistics
24+
pillow==9.4.0 # Python Imaging Library (Fork)
25+
pip-system-certs==3.1 # Live patches pip to use system certs by default
26+
python-docx==0.8.11 # Create and update Microsoft Word .docx files
27+
requests==2.28.2 # Python HTTP for Humans
28+
slack_sdk==3.19.5 # The Slack API Platform SDK for Python
29+
xacro4sdf==2.1.0 # A simple XML macro script for SDF, like ros/xacro which is designed for URDF
30+
xlrd==2.0.1 # Library for developers to extract data from Microsoft Excel (tm) .xls spreadsheet files
31+
xlsxwriter==3.0.7 # A Python module for creating Excel XLSX files

0 commit comments

Comments
 (0)