Skip to content

Commit b4d3f1e

Browse files
committed
requirements.txt
1 parent 99e71fc commit b4d3f1e

21 files changed

+179
-725
lines changed

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
*.bag filter=lfs diff=lfs merge=lfs -text
2+
.idea

.idea/RealsensePython.iml

Lines changed: 0 additions & 12 deletions
This file was deleted.

.idea/encodings.xml

Lines changed: 0 additions & 4 deletions
This file was deleted.

.idea/misc.xml

Lines changed: 0 additions & 4 deletions
This file was deleted.

.idea/modules.xml

Lines changed: 0 additions & 8 deletions
This file was deleted.

.idea/vcs.xml

Lines changed: 0 additions & 6 deletions
This file was deleted.

.idea/workspace.xml

Lines changed: 0 additions & 691 deletions
This file was deleted.

Pipfile

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
[[source]]
2+
name = "pypi"
3+
url = "https://pypi.org/simple"
4+
verify_ssl = true
5+
6+
[dev-packages]
7+
8+
[packages]
9+
pyrealsense2 = "*"
10+
pyserial = "*"
11+
pyqt5 = "*"
12+
numpy = "*"
13+
opencv-python = "*"
14+
piexif = "*"
15+
fraction = "*"
16+
17+
[requires]
18+
python_version = "3.7"

Pipfile.lock

Lines changed: 152 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

requirements.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
Fraction==1.1.0
2+
numpy==1.17.4
3+
opencv-python==4.1.1.26
4+
piexif==1.1.3
5+
PyQt5==5.13.2
6+
PyQt5-sip==12.7.0
7+
pyrealsense2==2.30.0.1184
8+
pyserial==3.4
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)