本網站在啟用 JavaScript 的情況下可以運作的更好。
首頁
探索
說明
註冊
登入
natrinicle
/
cookiecutter-pypackage
關注
1
收藏
0
複製
0
程式碼
問題
0
合併請求
0
版本發佈
0
Wiki
活動
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.
6
提交
1
分支
目錄樹:
959cfc2da9
master
分支列表
標籤
${ item.name }
建立分支
${ searchTerm }
從 '959cfc2da9'
${ 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