Пожалуйста, включите JavaScript.
Главная
Обзор
Помощь
Регистрация
Вход
natrinicle
/
cookiecutter-pypackage
Следить
1
В избранное
0
Форкнуть
0
Код
Задачи
0
Pull Request'ы
0
Релизы
0
Вики
Активность
Generate a Python package project using the Python Cookiecutter package
Вы не можете выбрать более 25 тем
Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
8
коммитов
1
ветка
Дерево:
478bddf3d1
master
Ветки
Теги
${ item.name }
Создать ветку
${ searchTerm }
из '478bddf3d1'
${ noResults }
cookiecutter-pypackage
/
{{cookiecutter.project_slug}}
/
requirements-all.txt
requirements-all.txt
73B
Исходник
Normal View
История
Update CookieCutter Add fixes to setup.py for the inability to import pip for parsing requirements files. Update tox with new coverage commands and only test on a single Python3 version. Create venv if one doesn't exist with direnv. Remove encoding pragma as this is no longer necessary as of ~Python3.6? Remove _compat.py as six does a better job and Python2.7 shouldn't be in use anymore. Add the requirements directory text files to the Manifest.in. Update versions of pre-commit repos.
2 лет назад
1
2
3
-r requirements/dev.txt
-r requirements/prod.txt
-r requirements/test.txt