-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add requirement files #62
Conversation
Wait.. i think i have to move the requirements folder too |
Is that correct? @marksweb |
Not quite. Create a requirements directory. Move Then add the other files. |
Codecov Report
@@ Coverage Diff @@
## master #62 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 13 14 +1
Lines 215 216 +1
Branches 8 8
=========================================
+ Hits 215 216 +1
Continue to review full report at Codecov.
|
@marksweb Now it looks better.. but the Lint check has failed.. |
Yeah just import order. Easy fix. Details here https://github.com/django-cms/djangocms-video/runs/2368886690 |
You mean it should look like that?
|
Idk how too fix it 😓 |
Yeah that would be the base requirements which are needed by each Django version we test against. So that would be included at the top of each of the other requirement files. |
@marksweb The check has failed again. Have I forgotten a requirements file? |
No description provided.