This website works better with JavaScript.
홈
탐색
도움말
가입하기
로그인
natrinicle
/
cookiecutter-pypackage
보기
1
좋아요
0
포크
0
코드
이슈
0
풀 리퀘스트
0
릴리즈
0
위키
Activity
Generate a Python package project using the Python Cookiecutter package
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8
커밋
1
브렌치
트리:
478bddf3d1
master
브랜치
태그
${ item.name }
Create branch
${ searchTerm }
from '478bddf3d1'
${ noResults }
cookiecutter-pypackage
/
{{cookiecutter.project_slug}}
/
requirements-all.txt
requirements-all.txt
73B
Raw
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