このサイトはJavaScriptを使用しています
ホーム
エクスプローラー
ヘルプ
登録
サインイン
natrinicle
/
cookiecutter-pypackage
ウォッチ
1
スター
0
フォーク
0
コード
課題
0
プルリクエスト
0
リリース
0
Wiki
アクティビティ
Generate a Python package project using the Python Cookiecutter package
選択できるのは25トピックまでです。
トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
7
コミット
1
ブランチ
ツリー:
80b61b4482
master
ブランチ
タグ
${ item.name }
ブランチ
${ searchTerm }
を作成
'80b61b4482' から
${ noResults }
cookiecutter-pypackage
/
{{cookiecutter.project_slug}}
/
requirements-all.txt
requirements-all.txt
73B
Raw
通常表示
履歴
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