Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
osie
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Nikola Balog
osie
Commits
19b7e461
Commit
19b7e461
authored
4 years ago
by
Ivan Tyagov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add needed eggs.
parent
881b51a0
master
fix-in-ain
nikola_opcua
opcua-to-http-gw
patch-1
philipp.fischer-master-patch-35759
philipp_opcua
0.0.1
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
eggs/osie_plc/setup.py
eggs/osie_plc/setup.py
+2
-2
No files found.
eggs/osie_plc/setup.py
View file @
19b7e461
...
...
@@ -6,6 +6,6 @@ from setuptools import setup
setup
(
name
=
'osie_plc'
,
version
=
'0.1'
,
entry_points
=
{
'console_scripts'
:
[
'pymodbus_server = modbus_server:main'
]},
install_requires
=
[
'pyA20Lime2'
,
'pymodbus[twisted]'
,
'click'
,
'prompt_toolkit'
,
'pygments'
,
'bitarray'
]
entry_points
=
{
'console_scripts'
:
[
'pymodbus_server =
osie_plc.
modbus_server:main'
]},
install_requires
=
[
'pyA20Lime2'
,
'pymodbus[twisted]'
,
'click'
,
'prompt_toolkit'
,
'pygments'
,
'bitarray'
,
'cython'
,
'numpy'
,
'pandas'
]
)
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment