Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
CIRCLE3
/
agentdriver
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
859ecd46
authored
Jan 17, 2022
by
Szeberényi Imre
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
?reuirements fix??
parent
e957e6a5
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
16 additions
and
0 deletions
+16
-0
requirements/base.txt
+0
-0
requirements/local.txt
+2
-0
requirements/production.txt
+3
-0
requirements/test.txt
+11
-0
No files found.
requirements.txt
→
requirements
/base
.txt
View file @
859ecd46
File moved
requirements/local.txt
0 → 100644
View file @
859ecd46
# Local development dependencies go here
-r base.txt
requirements/production.txt
0 → 100644
View file @
859ecd46
# Pro-tip: Try not to put anything here. There should be no dependency in
# production that isn't in development.
-r base.txt
requirements/test.txt
0 → 100644
View file @
859ecd46
# Test dependencies go here.
-r base.txt
coverage==3.7.1
factory-boy==2.4.1
mock==1.0.1
django-nose==1.4.4
nose==1.3.7
nose-exclude==0.5.0
selenium==2.45.0
#selenose==1.3
-e git+https://github.com/kmmbvnr/django-jenkins.git@019774dc2f668bc66b66f90f97eb8e14ae9566a4#egg=django_jenkins-dev
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