如何安装开发者。版本(例如setuptools_scm生成的SELECT *
FROM tickets t
LEFT JOIN d_customer c
ON c.cust_id = t.cust_id
WHERE DATEDIFF(year, t.purchase_date, t.purchase_date) between 0 and 2
ORDER BY t.cust_id, t.purchase_date
;
)?
我尝试过
0.2.dev0+gebdc597
,失败了。难受我无法粘贴确切的错误,但这有点像pip install my-package==0.2.*
此外,我想稍后在couldn't find this version, <list of found versions>
/ requirements.txt
中使用它,因此我需要一种既可以与install_requires
和pip
一起使用的方式。我希望它是一样的。