Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
kszkepzes-backend
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
JetBrains YouTrack
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
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
KSZK
DevTeam
kszkepzes
old
kszkepzes-backend
Commits
ffce8de4
Commit
ffce8de4
authored
5 years ago
by
Rafael László
Browse files
Options
Downloads
Patches
Plain Diff
fix requirements
parent
8c63bd77
No related branches found
No related tags found
1 merge request
!2
Dev
Pipeline
#3167
passed
5 years ago
Stage: lint
Stage: test
Changes
3
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitlab-ci.yml
+1
-1
1 addition, 1 deletion
.gitlab-ci.yml
requirements/development.in
+0
-8
0 additions, 8 deletions
requirements/development.in
requirements/development.txt
+0
-67
0 additions, 67 deletions
requirements/development.txt
with
1 addition
and
76 deletions
.gitlab-ci.yml
+
1
−
1
View file @
ffce8de4
...
...
@@ -25,7 +25,7 @@ before_script:
-
python -V
# Print out python version for debugging
# Uncomment next line if your Django app needs a JS runtime:
# - apt-get update -q && apt-get install nodejs -yqq
-
pip install -r requirements/
development
.txt
-
pip install -r requirements/
production
.txt
# To get Django tests to work you may need to create a settings file using
# the following DATABASES:
#
...
...
This diff is collapsed.
Click to expand it.
requirements/development.in
deleted
100644 → 0
+
0
−
8
View file @
8c63bd77
-r base.in
flake8==3.7.8
pip-tools==4.1.0
django-extensions==2.2.1
python-language-server==0.28.2
drf-yasg==1.16.1
packaging==19.1
Pillow==7.0.0
\ No newline at end of file
This diff is collapsed.
Click to expand it.
requirements/development.txt
deleted
100644 → 0
+
0
−
67
View file @
8c63bd77
#
# This file is autogenerated by pip-compile
# To update, run:
#
# pip-compile --output-file=requirements/development.txt requirements/development.in
#
attrs==19.1.0 # via packaging
backports.csv==1.0.7 # via tablib
certifi==2019.6.16 # via requests
chardet==3.0.4 # via requests
click==7.0 # via pip-tools
coreapi==2.3.3 # via drf-yasg
coreschema==0.0.4 # via coreapi, drf-yasg
defusedxml==0.6.0 # via odfpy, python3-openid, social-auth-core
diff-match-patch==20181111 # via django-import-export
django-extensions==2.2.1
django-import-export==1.2.0
django-social-authsch==0.1
django-solo==1.1.3
django==2.2.4
djangorestframework==3.10.2
drf-yasg==1.16.1
entrypoints==0.3 # via flake8
et-xmlfile==1.0.1 # via openpyxl
flake8==3.7.8
future==0.17.1 # via python-jsonrpc-server, python-language-server
idna==2.8 # via requests
importlib-metadata==0.19 # via pluggy
inflection==0.3.1 # via drf-yasg
itypes==1.1.0 # via coreapi
jdcal==1.4.1 # via openpyxl
jedi==0.14.1 # via python-language-server
jinja2==2.10.1 # via coreschema
markupsafe==1.1.1 # via jinja2
mccabe==0.6.1 # via flake8
more-itertools==7.2.0 # via zipp
oauthlib==3.1.0 # via requests-oauthlib, social-auth-core
odfpy==1.4.0 # via tablib
openpyxl==2.6.3 # via tablib
packaging==19.1
parso==0.5.1 # via jedi
pillow==7.0.0
pip-tools==4.1.0
pluggy==0.12.0 # via python-language-server
pycodestyle==2.5.0 # via flake8
pyflakes==2.1.1 # via flake8
pyjwt==1.7.1 # via social-auth-core
pyparsing==2.4.2 # via packaging
python-jsonrpc-server==0.2.0 # via python-language-server
python-language-server==0.28.2
python3-openid==3.1.0 # via social-auth-core
pytz==2019.2 # via django
pyyaml==5.1.2 # via tablib
requests-oauthlib==1.2.0 # via social-auth-core
requests==2.22.0 # via coreapi, requests-oauthlib, social-auth-core
ruamel.yaml.clib==0.1.2 # via ruamel.yaml
ruamel.yaml==0.16.5 # via drf-yasg
six==1.12.0 # via django-extensions, drf-yasg, packaging, pip-tools, social-auth-app-django, social-auth-core
social-auth-app-django==3.1.0 # via django-social-authsch
social-auth-core==3.2.0 # via django-social-authsch, social-auth-app-django
sqlparse==0.3.0 # via django
tablib==0.13.0 # via django-import-export
uritemplate==3.0.0 # via coreapi, drf-yasg
urllib3==1.25.3 # via requests
xlrd==1.2.0 # via tablib
xlwt==1.3.0 # via tablib
zipp==0.6.0 # via importlib-metadata
This diff is collapsed.
Click to expand it.
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