Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
LISA Instrument
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
LISA Simulation
LISA Instrument
Merge requests
!92
Prepare release 1.0.3
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Prepare release 1.0.3
prepare-release-1.0.3
into
master
Overview
0
Commits
3
Pipelines
1
Changes
1
Merged
Jean-Baptiste Bayle
requested to merge
prepare-release-1.0.3
into
master
3 years ago
Overview
0
Commits
3
Pipelines
1
Changes
1
Expand
Bump version to 1.0.3
Refactor README
Add pytest as a test dependency
0
0
Merge request reports
Viewing commit
4a17b8a4
Prev
Next
Show latest version
1 file
+
1
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
4a17b8a4
Add pytest dependency
· 4a17b8a4
Jean-Baptiste Bayle
authored
3 years ago
setup.py
+
1
−
0
Options
@@ -31,5 +31,6 @@ setuptools.setup(
'
lisaconstants
'
,
'
packaging
'
,
],
tests_require
=
[
'
pytest
'
],
python_requires
=
'
>=3.7
'
,
)
Loading