mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-19 13:02:30 +07:00
python requirements generation: ability to modify base files (PY-18847)
GitOrigin-RevId: 3e3fafe9025acccd029fb62e5abef2729b9c4897
This commit is contained in:
committed by
intellij-monorepo-bot
parent
b7f0cb3fd0
commit
8efe98620c
@@ -1,7 +0,0 @@
|
||||
# this does match the project imports
|
||||
requests==2.22.0
|
||||
Django>=3.0.0
|
||||
# but this doesn't
|
||||
pyplot
|
||||
toml==0.10.0
|
||||
pandas==1.0.1
|
||||
@@ -1,3 +0,0 @@
|
||||
import django as dj
|
||||
import requests
|
||||
import numpy
|
||||
@@ -1,3 +0,0 @@
|
||||
requests==2.22.0
|
||||
Django>=3.0.0
|
||||
numpy==1.18.1
|
||||
@@ -1 +0,0 @@
|
||||
-r base_requirements.txt
|
||||
@@ -1 +1 @@
|
||||
requests>=2.1.0
|
||||
requests>=2.1.0
|
||||
@@ -1,4 +0,0 @@
|
||||
# these packages are not used in the project
|
||||
requests==2.22.0
|
||||
Django>=3.0.0
|
||||
numpy
|
||||
@@ -1 +0,0 @@
|
||||
import cookiecutter
|
||||
@@ -1 +0,0 @@
|
||||
cookiecutter==1.7.0
|
||||
@@ -1 +0,0 @@
|
||||
-r base_requirements.txt
|
||||
Reference in New Issue
Block a user