Skip to content

Commit bae552d

Browse files
author
Sebastian
committed
Merge branch 'master' of github.com:Haschtl/RealTimeOpenControl
2 parents e92c091 + c36a495 commit bae552d

File tree

5 files changed

+72
-5
lines changed

5 files changed

+72
-5
lines changed

.github/FUNDING.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# These are supported funding model platforms
2+
3+
github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
4+
patreon: # Replace with a single Patreon username
5+
open_collective: # Replace with a single Open Collective username
6+
ko_fi: # Replace with a single Ko-fi username
7+
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
8+
custom: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=V3JGL7BM8WGQY&source=url
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
**Describe the bug**
11+
A clear and concise description of what the bug is.
12+
13+
**To Reproduce**
14+
Steps to reproduce the behavior:
15+
1. Go to '...'
16+
2. Click on '....'
17+
3. Scroll down to '....'
18+
4. See error
19+
20+
**Expected behavior**
21+
A clear and concise description of what you expected to happen.
22+
23+
**Screenshots**
24+
If applicable, add screenshots to help explain your problem.
25+
26+
**Desktop (please complete the following information):**
27+
- OS: [e.g. iOS]
28+
- Browser [e.g. chrome, safari]
29+
- Version [e.g. 22]
30+
31+
**Smartphone (please complete the following information):**
32+
- Device: [e.g. iPhone6]
33+
- OS: [e.g. iOS8.1]
34+
- Browser [e.g. stock browser, safari]
35+
- Version [e.g. 22]
36+
37+
**Additional context**
38+
Add any other context about the problem here.
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea for this project
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
**Is your feature request related to a problem? Please describe.**
11+
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
12+
13+
**Describe the solution you'd like**
14+
A clear and concise description of what you want to happen.
15+
16+
**Describe alternatives you've considered**
17+
A clear and concise description of any alternative solutions or features you've considered.
18+
19+
**Additional context**
20+
Add any other context or screenshots about the feature request here.

RTOC/RTLogger/requirenments.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ nbconvert==5.3.1
9292
nbformat==4.4.0
9393
netaddr==0.7.19
9494
netifaces==0.10.7
95-
notebook==5.5.0
95+
notebook==5.7.8
9696
Nuitka64==5.1.281
9797
numpy==1.14.5
9898
numpydoc==0.8.0
@@ -150,7 +150,7 @@ pytz==2018.4
150150
pyusb==1.0.2
151151
pywin32==223
152152
pywinpty==0.5.4
153-
PyYAML==3.13
153+
PyYAML==5.1
154154
pyzmq==17.0.0
155155
qdarkgraystyle==1.0.2
156156
QDarkStyle==2.6.5
@@ -163,10 +163,10 @@ readme-renderer==24.0
163163
recommonmark==0.4.0
164164
regex==2019.4.9
165165
registry==0.4.2
166-
requests==2.19.1
166+
requests==2.20.0
167167
requests-toolbelt==0.8.0
168168
retrying==1.3.3
169-
rope==0.10.7
169+
rope==0.11.0
170170
RTOC==2.0b0
171171
scapy==2.4.0
172172
scapy-python3==0.26
@@ -193,7 +193,7 @@ tqdm==4.28.1
193193
traitlets==4.3.2
194194
twine==1.12.1
195195
Twisted==18.9.0
196-
urllib3==1.23
196+
urllib3==1.24.2
197197
verboselogs==1.7
198198
virtualenv==16.0.0
199199
virtualenvwrapper-win==1.2.5

_config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
theme: jekyll-theme-midnight

0 commit comments

Comments
 (0)