Browse Source

Prevent installation of prereleases for dependant packages

Fabien Lelaquais 5 tháng trước cách đây
mục cha
commit
fd9d99fb60
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      Pipfile

+ 1 - 1
Pipfile

@@ -77,4 +77,4 @@ types-tzlocal = "*"
 python_version = "3"
 
 [pipenv]
-allow_prereleases = true
+allow_prereleases = false