Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Communications Backbone System
backbone-adapter-python
Commits
020fd13d
Commit
020fd13d
authored
2 years ago
by
Dan Jones
Browse files
Options
Download
Plain Diff
Merge branch '14-fix-setup' into 'dev'
Resolve "Fix setup" Closes
#14
See merge request
!7
parents
f8640103
8b99e979
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
example/requirements.txt
example/requirements.txt
+1
-1
setup.py
setup.py
+1
-1
No files found.
example/requirements.txt
View file @
020fd13d
aniso8601==9.0.1
attrs==22.2.0
backbone-adapter-python @ git+
ssh://git@
git.noc.ac.uk/communications-backbone-system/backbone-adapter-python.git@
ff0dae90
backbone-adapter-python @ git+
https://
git.noc.ac.uk/communications-backbone-system/backbone-adapter-python.git@
dev#egg=backbone-adapter-python
behave==1.2.6
certifi==2022.12.7
charset-normalizer==3.0.1
...
...
This diff is collapsed.
Click to expand it.
setup.py
View file @
020fd13d
...
...
@@ -3,7 +3,7 @@ from setuptools import setup
setup
(
name
=
'backbone_adapter_python'
,
python_requires
=
'>=3.8'
python_requires
=
'>=3.8'
,
packages
=
[
'backbone_adapter'
],
package_dir
=
{
'backbone_adapter'
:
'src'
,
...
...
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