Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
A
api-client
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Arkindex
api-client
Commits
9805d7bd
Commit
9805d7bd
authored
4 years ago
by
Bastien Abadie
Browse files
Options
Downloads
Patches
Plain Diff
Remove frozen requirements
parent
b8a0d22f
No related branches found
No related tags found
1 merge request
!201
Remove frozen requirements
Pipeline
#28804
passed
4 years ago
Stage: test
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
requirements-frozen.txt
+0
-12
0 additions, 12 deletions
requirements-frozen.txt
setup.py
+1
-1
1 addition, 1 deletion
setup.py
with
1 addition
and
13 deletions
requirements-frozen.txt
deleted
100644 → 0
+
0
−
12
View file @
b8a0d22f
apistar==0.7.2
certifi==2019.3.9
chardet==3.0.4
Click==7.0
idna==2.8
Jinja2==2.10
MarkupSafe==1.1.1
PyYAML==5.1
requests==2.21.0
six==1.15.0
typesystem==0.2.2
urllib3==1.24.1
This diff is collapsed.
Click to expand it.
setup.py
+
1
−
1
View file @
9805d7bd
...
@@ -15,7 +15,7 @@ setup(
...
@@ -15,7 +15,7 @@ setup(
exclude
=
[
"
*.tests
"
,
"
*.tests.*
"
,
"
tests.*
"
,
"
tests
"
],
exclude
=
[
"
*.tests
"
,
"
*.tests.*
"
,
"
tests.*
"
,
"
tests
"
],
),
),
package_data
=
{
""
:
[
"
*.rst
"
,
"
LICENSE
"
,
"
README
"
],
"
arkindex
"
:
[
"
schema.yml
"
]},
package_data
=
{
""
:
[
"
*.rst
"
,
"
LICENSE
"
,
"
README
"
],
"
arkindex
"
:
[
"
schema.yml
"
]},
install_requires
=
read_requirements
(
"
requirements
-frozen
.txt
"
),
install_requires
=
read_requirements
(
"
requirements.txt
"
),
python_requires
=
"
>=3.6
"
,
python_requires
=
"
>=3.6
"
,
license
=
"
MIT
"
,
license
=
"
MIT
"
,
description
=
"
API client for the Arkindex project
"
,
description
=
"
API client for the Arkindex project
"
,
...
...
This diff is collapsed.
Click to expand it.
ml bonhomme
@mlbonhomme
mentioned in issue
#26 (closed)
·
3 years ago
mentioned in issue
#26 (closed)
mentioned in issue #26
Toggle commit list
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment